fixed yazi deprecated stuff

main
The_miro 2025-02-15 22:14:12 +01:00
parent f11e379ae7
commit 179fefeb38
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ keymap = [
{ on = "<PageUp>", run = "arrow -100%", desc = "Move cursor up one page" },
{ on = "<PageDown>", 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