aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b8b9dd5..1a549cd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -308,6 +308,7 @@ static KeyBinding vis_mode_readline[] = {
{ "<C-d>", ACTION(DELETE_CHAR_NEXT) },
{ "<C-w>", ACTION(DELETE_WORD_PREV) },
{ "<C-u>", ACTION(DELETE_LINE_BEGIN) },
+ { "<C-v>", ACTION(INSERT_VERBATIM) },
{ /* empty last element, array terminator */ },
};
@@ -328,7 +329,6 @@ static KeyBinding vis_mode_insert[] = {
{ "<C-j>", ALIAS("<Enter>") },
{ "<C-m>", ALIAS("<Enter>") },
{ "<C-o>", ACTION(MODE_OPERATOR_PENDING) },
- { "<C-v>", ACTION(INSERT_VERBATIM) },
{ "<C-d>", ALIAS("<Escape><<i") },
{ "<C-t>", ALIAS("<Escape>>>i") },
{ "<C-x><C-e>", ACTION(WINDOW_SLIDE_UP) },