diff options
author | 2012-08-05 09:29:17 -0400 | |
---|---|---|
committer | 2012-08-05 09:29:17 -0400 | |
commit | 6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (patch) | |
tree | ffd21e9d9dc372fcd593e3c26e4f93f42c43560f /doc/09_Preferences.md | |
parent | e84d0b3660cad721400f68f485208f26d6bcb1d5 (diff) | |
download | textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.tar.gz textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.zip |
Added ncurses key commands to individual manual pages.
Diffstat (limited to 'doc/09_Preferences.md')
-rw-r--r-- | doc/09_Preferences.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/09_Preferences.md b/doc/09_Preferences.md index 4c648e8e..64f63dbd 100644 --- a/doc/09_Preferences.md +++ b/doc/09_Preferences.md @@ -67,8 +67,8 @@ You can add global snippets to `snippets` such as: snippets['file'] = '%<buffer.filename>' snippets['path'] = "%<(buffer.filename or ''):match('^.+[/\\]')>" -So typing `file` or `path` and then pressing `Tab` (`⇥` on Mac OSX) will insert -the snippet. +So typing `file` or `path` and then pressing `Tab` (`⇥` on Mac OSX | `Tab` in +ncurses) will insert the snippet. #### Key Commands |