fixed yazi deprecated stuff
parent
f11e379ae7
commit
179fefeb38
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue