diff options
-rw-r--r-- | auto_word_select_mode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_word_select_mode.js b/auto_word_select_mode.js index fab9de1..c9f3c43 100644 --- a/auto_word_select_mode.js +++ b/auto_word_select_mode.js @@ -173,7 +173,7 @@ mappings.addUserMap( mappings.addUserMap( [modes.AUTO_WORD_SELECT], - [KEY], + [KEY, "<Esc>"], "Exit AUTO_WORD_SELECT mode.", function() { modes.pop(); |