diff --git a/config/preset/keymap.toml b/config/preset/keymap.toml index 38f6562b..572b182e 100644 --- a/config/preset/keymap.toml +++ b/config/preset/keymap.toml @@ -27,6 +27,9 @@ keymap = [ { on = [ "" ], exec = "leave", desc = "Go back to the parent directory" }, { on = [ "" ], exec = "enter", desc = "Enter the child directory" }, + { on = [ "g", "g" ], exec = "arrow -99999999", desc = "Move cursor to the top" }, + { on = [ "G" ], exec = "arrow 99999999", desc = "Move cursor to the bottom" }, + # Selection { on = [ "" ], exec = [ "select --state=none", "arrow 1" ], desc = "Toggle the current selection state" }, { on = [ "v" ], exec = "visual_mode", desc = "Enter visual mode (selection mode)" },