From 5059daca116a6147c8855c81f9a413fc0f676d4c Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 8 Mar 2025 19:32:22 +0100 Subject: [PATCH] addet new keymaps --- keymap.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymap.toml b/keymap.toml index 31cc052..1f886b5 100644 --- a/keymap.toml +++ b/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" },