From 4ace4ba9a031dc8337979e6290bc2d3f5d8748a9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 19 Feb 2025 12:43:52 +0000 Subject: [PATCH] Updated yazi keymap --- 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 253ec02..1408bbf 100644 --- a/dot_config/yazi/keymap.toml +++ b/dot_config/yazi/keymap.toml @@ -30,8 +30,8 @@ keymap = [ { on = [ "g", "g", - ], run = "arrow -99999999", desc = "Move cursor to the top" }, - { on = "G", run = "arrow 99999999", desc = "Move cursor to the bottom" }, + ], 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" },