GNOME Bugzilla – Bug 751180
vim mode should support ctrl+c to return to normal mode
Last modified: 2015-11-06 18:26:07 UTC
I actually didn't know about this one, looks easy enough to implement. slaf, maybe add this as part of your vim enhancement work?
Created attachment 315010 [details] [review] vim: add ctrl+c go to back to normal mode I also remove <ctrl>w<ctrl>c because it's shadowed by the global ctrl+c and from vim doc: CTRL-W CTRL-C You might have expected that CTRL-W CTRL-C closes the current window, but that does not work, because the CTRL-C cancels the command.
Attachment 315010 [details] pushed as cdd27cc - vim: add ctrl+c go to back to normal mode