Skip to content

Commit 8fcca22

Browse files
zklingermaxauthority
authored andcommitted
Make Ctrl-[ key always behave like <Esc> key
1 parent 0522232 commit 8fcca22

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/content/commandline.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ const CommandLine = Module("commandline", {
860860
switch (key) {
861861
// close the window
862862
case "<Esc>":
863+
case "<C-[>":
863864
case "q":
864865
modes.reset();
865866
return; // handled globally in events.js:onEscape()

vimperator/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
201x-xx-xx
2+
* Version 3.8.4
3+
* Make <Ctrl-[> key always behave like <Esc> key (was missing from the command line handler)
24
* Add support for :set hintmatching=fuzzy as a new, alternative way for hintmatching.
35

46
2014-11-09

0 commit comments

Comments
 (0)