aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 04643d1..1849975 100644
--- a/config.def.h
+++ b/config.def.h
@@ -324,14 +324,14 @@ static const KeyBinding bindings_readline[] = {
};
static const KeyBinding bindings_insert[] = {
- { "<C-d>", ALIAS("<Escape><<i") },
+ { "<C-d>", ALIAS("<vis-operator-shift-left><vis-operator-shift-left>") },
{ "<C-i>", ALIAS("<Tab>") },
{ "<C-j>", ALIAS("<Enter>") },
{ "<C-n>", ACTION(COMPLETE_WORD) },
{ "<C-x><C-f>", ACTION(COMPLETE_FILENAME) },
{ "<C-m>", ALIAS("<Enter>") },
{ "<C-r>", ACTION(INSERT_REGISTER) },
- { "<C-t>", ALIAS("<Escape>>>i") },
+ { "<C-t>", ALIAS("<vis-operator-shift-right><vis-operator-shift-right>") },
{ "<C-x><C-e>", ACTION(WINDOW_SLIDE_UP) },
{ "<C-x><C-y>", ACTION(WINDOW_SLIDE_DOWN) },
{ "<Enter>", ACTION(INSERT_NEWLINE) },