diff options
author | 2017-06-20 22:43:27 -0400 | |
---|---|---|
committer | 2017-06-20 22:43:27 -0400 | |
commit | 13a3bc9cabced1663041bf4bd4d836a1aa5fbae1 (patch) | |
tree | 9c0cab00285589be1d7ffc5737cfe46f93473079 /doc/manual.md | |
parent | c79314c9bd8efc6e521664bf4de182370c436c09 (diff) | |
download | textadept-13a3bc9cabced1663041bf4bd4d836a1aa5fbae1.tar.gz textadept-13a3bc9cabced1663041bf4bd4d836a1aa5fbae1.zip |
Updated key binding in manual for cancelling a snippet.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual.md b/doc/manual.md index 468c0581..4aed5d5f 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -831,11 +831,11 @@ list of available snippets. A snippet consists of a trigger word and snippet text. Instead of manually selecting a snippet to insert, type its trigger word followed by the `Tab` (`⇥` | `Tab`) key. Subsequent presses of `Tab` (`⇥` | `Tab`) cause the caret to enter placeholders in sequential order, `Shift+Tab` -(`⇧⇥` | `S-Tab`) goes back to the previous placeholder, and `Ctrl+Shift+K` -(`⌥⇧⇥` | `M-S-K`) cancels the current snippet. Textadept supports nested -snippets, snippets inserted from within another snippet. Language modules -usually define their [own set][] of snippets, but your -[snippet preferences](#Snippet.Preferences) can define some too. +(`⇧⇥` | `S-Tab`) goes back to the previous placeholder, and `Esc` cancels the +current snippet. Textadept supports nested snippets, snippets inserted from +within another snippet. Language modules usually define their [own set][] of +snippets, but your [snippet preferences](#Snippet.Preferences) can define some +too.  |