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 c29ce64..0af24fd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -273,6 +273,8 @@ static const KeyBinding bindings_visual[] = {
{ "<C-f>", ALIAS("<PageDown>") },
{ "<C-u>", ACTION(CURSORS_PREV) },
{ "<C-d>", ACTION(CURSORS_NEXT) },
+ { "<C-k>", ALIAS("<C-u>") },
+ { "<C-j>", ALIAS("<C-d>") },
{ "x", ALIAS("d") },
{ "r", ALIAS("c") },
{ "s", ALIAS("c") },