After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756403 - vim: fix ctrl-[ to escape from insert mode
vim: fix ctrl-[ to escape from insert mode
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: keybindings
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-11 20:19 UTC by Ray Strode [halfline]
Modified: 2015-10-11 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: fix ctrl-[ to escape from insert mode (3.39 KB, patch)
2015-10-11 20:19 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-10-11 20:19:43 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-[.
Comment 1 Ray Strode [halfline] 2015-10-11 20:19:46 UTC
Created attachment 313078 [details] [review]
vim: fix ctrl-[ to escape from insert mode
Comment 2 Ray Strode [halfline] 2015-10-11 20:23:18 UTC
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