Skip to content

Commit d4c711a

Browse files
committed
feat(yazi): new arrow top and arrow bot commands
To jump to the top and bottom. See sxyazi/yazi#2294
1 parent be72221 commit d4c711a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/yazi/keymap.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ keymap = [
109109
{ on = [ ",", "r" ], run = "sort random --reverse=no", desc = "Sort randomly" },
110110

111111
# Goto
112-
{ on = ["g","g"], run = "arrow -99999999", desc = "Go to top" },
113-
{ on = "G", run = "arrow 99999999", desc = "Go to bottom" },
112+
{ on = ["g","g"], run = "arrow top", desc = "Go to top" },
113+
{ on = "G", run = "arrow bot", desc = "Go to bottom" },
114114
{ on = ["g","h"], run = "cd ~", desc = "Go to Home" },
115115
{ on = ["g","r"], run = "cd /", desc = "Go to /" },
116116
{ on = ["g","c"], run = "cd ~/.config", desc = "Go to ~/.config" },

0 commit comments

Comments
 (0)