aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a2eabee..3736833 100644
--- a/config.def.h
+++ b/config.def.h
@@ -436,9 +436,10 @@ static KeyBinding vis_mode_visual[] = {
{ { CONTROL('N') }, cursors_select_next, { } },
{ { CONTROL('X') }, cursors_select_skip, { } },
{ { CONTROL('P') }, cursors_remove, { } },
+ { { NONE('I') }, cursors_split, { .i = -1 } },
+ { { NONE('A') }, cursors_split, { .i = +1 } },
{ { KEY(BACKSPACE) }, operator, { .i = OP_DELETE } },
{ { KEY(DELETE) }, operator, { .i = OP_DELETE } },
- { { CONTROL('O') }, operator, { .i = OP_CURSOR } },
{ { NONE(ESC) }, switchmode, { .i = VIS_MODE_NORMAL } },
{ { CONTROL('c') }, switchmode, { .i = VIS_MODE_NORMAL } },
{ { NONE('v') }, switchmode, { .i = VIS_MODE_NORMAL } },