diff options
author | anekos | 2009-05-06 11:12:10 +0000 |
---|---|---|
committer | anekos | 2009-05-06 11:12:10 +0000 |
commit | b094e1b1a68a30aeddc6e689a8288c2baf93ce62 (patch) | |
tree | 5d530b026eaa56de2b1c0d711dcef71d3ddceb38 /auto_word_select_mode.js | |
parent | 3d2e8341f076ae349249a91b747bc28d82978539 (diff) | |
download | vimperator-plugins-b094e1b1a68a30aeddc6e689a8288c2baf93ce62.tar.bz2 |
<Esc> でモードから抜けられるように
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33105 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto_word_select_mode.js')
-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(); |