diff options
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 |