Don't bind Ctrl-C in insert mode
This commit is contained in:
parent
f9824cb401
commit
035a6a0847
@ -429,7 +429,6 @@ DATA = OrderedDict([
|
||||
('keybind.insert', sect.ValueList(
|
||||
types.KeyBindingName(), types.KeyBinding(),
|
||||
('<Escape>', 'leave_mode'),
|
||||
('<Ctrl-C>', 'leave_mode'),
|
||||
)),
|
||||
|
||||
('keybind.hint', sect.ValueList(
|
||||
|
Loading…
Reference in New Issue
Block a user