From e2c6a058b3a514309d669dc7e7eda8d0e8fdcc36 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Mon, 10 Feb 2025 19:28:13 +0100 Subject: [PATCH] Update yazi --- dot_config/yazi/keymap.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/yazi/keymap.toml b/dot_config/yazi/keymap.toml index fcd393a..342ed45 100644 --- a/dot_config/yazi/keymap.toml +++ b/dot_config/yazi/keymap.toml @@ -29,8 +29,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 bot", desc = "Move cursor to the bottom" }, # Navigation { on = "h", run = "leave", desc = "Go back to the parent directory" },