aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/14_Appendix.md12
-rw-r--r--doc/manual/1_Introduction.md1
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.