summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-04-20 11:19:34 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-04-20 11:20:34 -0400
commit763815418ac3acd56aa7e936c48861ae6e73ca40 (patch)
treef8213b7ffaf588dc49ad83f502b5db42f2c435e2 /config
parentd78e36a0648f580ad950e6dc26b886de7fed180b (diff)
add H, L and M vim actions
Diffstat (limited to 'config')
-rw-r--r--config/keymap.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/keymap.toml b/config/keymap.toml
index 63d0d8c..1361086 100644
--- a/config/keymap.toml
+++ b/config/keymap.toml
@@ -39,6 +39,10 @@ mapcommand = [
{ keys = [ "G" ], command = "cursor_move_end" },
{ keys = [ "r" ], command = "open_with" },
+ { keys = [ "H" ], command = "cursor_move_page_home" },
+ { keys = [ "L" ], command = "cursor_move_page_middle" },
+ { keys = [ "M" ], command = "cursor_move_page_end" },
+
{ keys = [ "[" ], command = "parent_cursor_move_up" },
{ keys = [ "]" ], command = "parent_cursor_move_down" },