Updated yazi keymap

This commit is contained in:
2025-02-19 12:43:52 +00:00
parent 7b3cb8a0b5
commit 4ace4ba9a0

View File

@@ -30,8 +30,8 @@ keymap = [
{ on = [ { on = [
"g", "g",
"g", "g",
], run = "arrow -99999999", desc = "Move cursor to the top" }, ], run = "arrow top", desc = "Move cursor to the top" },
{ on = "G", run = "arrow 99999999", desc = "Move cursor to the bottom" }, { on = "G", run = "arrow bot", desc = "Move cursor to the bottom" },
# Navigation # Navigation
{ on = "h", run = "leave", desc = "Go back to the parent directory" }, { on = "h", run = "leave", desc = "Go back to the parent directory" },