diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 0af24fd..a72af52 100644 --- a/config.def.h +++ b/config.def.h @@ -174,7 +174,7 @@ static const KeyBinding bindings_operator_options[] = { static const KeyBinding bindings_normal[] = { { "<Escape>", ACTION(CURSORS_REMOVE_ALL) }, - { "<C-c>", ALIAS("<Escape>") }, + { "<C-c>", ACTION(CURSORS_REMOVE_COLUMN) }, { "<Delete>", ALIAS("x") }, { "<C-k>", ACTION(CURSORS_NEW_LINE_ABOVE) }, { "<M-C-k>", ACTION(CURSORS_NEW_LINE_ABOVE_FIRST) }, @@ -265,7 +265,7 @@ static const KeyBinding bindings_visual[] = { { "<C-h>", ALIAS("<Backspace>") }, { "<Delete>", ALIAS("<Backspace>") }, { "<Escape>", ACTION(MODE_NORMAL) }, - { "<C-c>", ALIAS("<Escape>") }, + { "<C-c>", ACTION(CURSORS_REMOVE_COLUMN) }, { "v", ALIAS("<Escape>") }, { "V", ACTION(MODE_VISUAL_LINE) }, { ":", ACTION(PROMPT_SHOW) }, |
