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 751180 - vim mode should support ctrl+c to return to normal mode
vim mode should support ctrl+c to return to normal mode
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-18 20:39 UTC by Christian Hergert
Modified: 2015-11-06 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: add ctrl+c go to back to normal mode (1.62 KB, patch)
2015-11-06 18:22 UTC, sébastien lafargue
committed Details | Review

Description Christian Hergert 2015-06-18 20:39:26 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?
Comment 1 sébastien lafargue 2015-11-06 18:22:58 UTC
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.
Comment 2 sébastien lafargue 2015-11-06 18:25:54 UTC
Attachment 315010 [details] pushed as cdd27cc - vim: add ctrl+c go to back to normal mode