Don't bind Ctrl-C in insert mode

This commit is contained in:
Florian Bruhin 2014-04-25 07:01:58 +02:00
parent f9824cb401
commit 035a6a0847

View File

@ -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(