From 179fefeb38176b73b1f8f4be4ed49ea7a8c12799 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 15 Feb 2025 22:14:12 +0100 Subject: [PATCH] fixed yazi deprecated stuff --- yazi/keymap.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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