From 13a3bc9cabced1663041bf4bd4d836a1aa5fbae1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 20 Jun 2017 22:43:27 -0400 Subject: Updated key binding in manual for cancelling a snippet. --- doc/manual.md | 10 +++++----- 1 file 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)      -- cgit v1.2.3