summaryrefslogtreecommitdiffstats
path: root/config/keymap.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2023-07-02 11:22:22 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2023-07-02 11:22:22 -0400
commit00d011fd22ac56bd1add71cc8110ac2956333d1a (patch)
tree7a84af1b7e67b9170c13952de95a083965a4a4f2 /config/keymap.toml
parente10fae7255557df4e6c2b63a944357cae6b7d94f (diff)
parentf15b58d19cf0a3096e0cf37b83ec5c1dee691a47 (diff)
Merge branch 'main' of github.com:kamiyaa/joshuto
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" },