summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/keymap.toml')
-rw-r--r--config/keymap.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 2d522c2..5e9e6d6 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -45,6 +45,8 @@ keymap = [
{ keys = ["page_down"], command = "cursor_move_page_down" },
{ keys = ["ctrl+u"], command = "cursor_move_page_up 0.5" },
{ keys = ["ctrl+d"], command = "cursor_move_page_down 0.5" },
+ { keys = ["ctrl+b"], command = "cursor_move_page_up" },
+ { keys = ["ctrl+f"], command = "cursor_move_page_down" },
# vim-like keybindings
{ keys = ["j"], command = "cursor_move_down" },