aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/14_Appendix.md1
-rw-r--r--doc/manual/6_AdeptEditing.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/14_Appendix.md b/doc/manual/14_Appendix.md
index c77ee9f0..fe06b577 100644
--- a/doc/manual/14_Appendix.md
+++ b/doc/manual/14_Appendix.md
@@ -26,6 +26,7 @@
<tr><td>Ctrl+E</td><td>Ctrl+M</td><td>Go to matching brace</td></tr>
<tr><td>Ctrl+Shift+E</td><td>Apple+Shift+E</td><td>Select to matching brace</td></tr>
<tr><td>Ctrl+Return</td><td>Escape</td><td>Autocomplete word in file</td></tr>
+ <tr><td>Ctrl+I</td><td>~</td><td>Autocomplete symbol for supported languages</td></tr>
<tr><td>Ctrl+Q</td><td>Ctrl+Q</td><td>Block comment/uncomment</td></tr>
<tr><td>None</td><td>None</td><td>Delete word</td></tr>
<tr><td>Ctrl+H</td><td>Ctrl+Apple+T</td><td>Highlight word occurances</td></tr>
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md
index 62f52a12..911caccc 100644
--- a/doc/manual/6_AdeptEditing.md
+++ b/doc/manual/6_AdeptEditing.md
@@ -28,7 +28,8 @@ suggestion. Press `Return` to complete the selected word.
Textadept has the capability to autocomplete symbols for programming languages
and display API documentation. Lua is of course supported extremely well and
-C/C++ has basic support with the help of [ctags](http://ctags.sf.net).
+C/C++ has basic support with the help of [ctags](http://ctags.sf.net). Symbol
+completion is available by pressing `Ctrl+I` (`~` on Mac OSX).
![Adeptsense Lua](images/adeptsense_lua.png)
&nbsp;&nbsp;&nbsp;&nbsp;