aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md10
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.
![Snippet](images/snippet.png)