aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 92276ea..c88d54f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -360,6 +360,8 @@ static KeyBinding vis_marks_set[] = {
static KeyBinding vis_mode_normal[] = {
{ { NONE(ESC) }, cursors_clear, { } },
+ { { CONTROL('K') }, cursors_new, { .i = -1 } },
+ { { CONTROL('J') }, cursors_new, { .i = +1 } },
{ { CONTROL('w'), NONE('n') }, cmd, { .s = "open" } },
{ { CONTROL('w'), NONE('c') }, cmd, { .s = "q" } },
{ { CONTROL('w'), NONE('s') }, cmd, { .s = "split" } },