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 bc45bf4..63d0d8c 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -27,6 +27,8 @@ mapcommand = [
{ keys = [ "home" ], command = "cursor_move_home" },
{ keys = [ "page_up" ], command = "cursor_move_page_up" },
{ 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" },
# vim-like keybindings
{ keys = [ "j" ], command = "cursor_move_down" },