GNOME Bugzilla – Bug 756403
vim: fix ctrl-[ to escape from insert mode
Last modified: 2015-10-11 20:23:21 UTC
ctrl-[ should always be a synonym for Escape but it's only currently a synonym for Escape in one of the two places Escape is specified. This commit adds a duplicate entry for the other place, too, and fixes escaping from insert mode using ctrl-[.
Created attachment 313078 [details] [review] vim: fix ctrl-[ to escape from insert mode
got an okay from Christian on irc and in meat space. Attachment 313078 [details] pushed as ad7e3f1 - vim: fix ctrl-[ to escape from insert mode