diff --git a/yazi/keymap.toml b/yazi/keymap.toml index 15c3564..5348599 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -31,8 +31,8 @@ keymap = [ { on = "", run = "arrow -100%", desc = "Move cursor up one page" }, { on = "", run = "arrow 100%", desc = "Move cursor down one page" }, - { on = [ "g", "g" ], run = "arrow -99999999", desc = "Move cursor to the top" }, - { on = "G", run = "arrow 99999999", desc = "Move cursor to the bottom" }, + { on = [ "g", "g" ], run = "arrow top", desc = "Move cursor to the top" }, + { on = "G", run = "arrow bottom", desc = "Move cursor to the bottom" }, # Navigation