diff options
author | 2011-03-27 21:46:41 -0400 | |
---|---|---|
committer | 2011-03-27 21:46:41 -0400 | |
commit | 01e45c3b79eaa12f4e15f68499cba56b49aa3d2f (patch) | |
tree | 22e684379d7228ccbe9891ad44c822ba35e67698 /doc/manual | |
parent | b25dca18ca9819f4193ac2a3032921cc76f581e3 (diff) | |
download | textadept-01e45c3b79eaa12f4e15f68499cba56b49aa3d2f.tar.gz textadept-01e45c3b79eaa12f4e15f68499cba56b49aa3d2f.zip |
Updated manual.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/14_Appendix.md | 12 | ||||
-rw-r--r-- | doc/manual/1_Introduction.md | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md index 8c6f3c7b..2237cb66 100644 --- a/doc/manual/14_Appendix.md +++ b/doc/manual/14_Appendix.md @@ -80,12 +80,12 @@ <tr><td>Ctrl+B</td><td>Apple+B</td><td>Switch buffers</td></tr> <tr><td>Ctrl+Tab</td><td>Ctrl+Tab</td><td>Next buffer</td></tr> <tr><td>Ctrl+Shift+Tab</td><td>Ctrl+Shift+Tab</td><td>Prev buffer</td></tr> - <tr><td>Ctrl+T, V, E</td><td>Apple+T, V, E</td><td>Toggle show end of line</td></tr> - <tr><td>Ctrl+T, V, W</td><td>Apple+T, V, W</td><td>Toggle show whitespace</td></tr> - <tr><td>Ctrl+T, V, I</td><td>Apple+T, V, I</td><td>Toggle show indentation guides</td></tr> - <tr><td>Ctrl+T, V, Tab</td><td>Apple+T, V, Tab</td><td>Toggle use tabs or spaces</td></tr> - <tr><td>Ctrl+T, V, Space</td><td>Apple+T, V, Space</td><td>Toggle show whitespace</td></tr> - <tr><td>Ctrl+T, V, V</td><td>Apple+T, V, V</td><td>Toggle use virtual space</td></tr> + <tr><td>Ctrl+Shift+B, E</td><td>Apple+Shift+B, E</td><td>Toggle show end of line</td></tr> + <tr><td>Ctrl+Shift+B, W</td><td>Apple+Shift+B, W</td><td>Toggle show whitespace</td></tr> + <tr><td>Ctrl+Shift+B, I</td><td>Apple+Shift+B, I</td><td>Toggle show indentation guides</td></tr> + <tr><td>Ctrl+Shift+B, Tab</td><td>Apple+Shift+B, Tab</td><td>Toggle use tabs or spaces</td></tr> + <tr><td>Ctrl+Shift+B, Space</td><td>Apple+Shift+B, Space</td><td>Toggle show whitespace</td></tr> + <tr><td>Ctrl+Shift+B, V</td><td>Apple+Shift+B, V</td><td>Toggle use virtual space</td></tr> <tr><td>Ctrl+L</td><td>Ctrl+L</td><td>Select lexer</td></tr> <tr><td>F5</td><td>F5</td><td>Refresh syntax highlighting</td></tr> <tr><td colspan='3'><strong>Split Views</strong></td></tr> diff --git a/doc/manual/1_Introduction.md b/doc/manual/1_Introduction.md index f3fb61f9..36e6319f 100644 --- a/doc/manual/1_Introduction.md +++ b/doc/manual/1_Introduction.md @@ -66,4 +66,5 @@ customization and extensibility from the start; the features come after that. * Unlimited split views. * Support for over 70 programming languages. * Powerful snippets and key commands. +* Code autocompletion and API lookup. * Unparalleled extensibility. |