aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 95c675e..8a3e4e9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -267,6 +267,10 @@ static const KeyBinding bindings_visual[] = {
{ "v", ALIAS("<Escape>") },
{ "V", ACTION(MODE_VISUAL_LINE) },
{ ":", ACTION(PROMPT_SHOW_VISUAL) },
+ { "<C-b>", ALIAS("<PageUp>") },
+ { "<C-f>", ALIAS("<PageDown>") },
+ { "<C-u>", ALIAS("<S-PageUp>") },
+ { "<C-d>", ALIAS("<S-PageDown>") },
{ "x", ALIAS("d") },
{ "r", ALIAS("c") },
{ "s", ALIAS("c") },