mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 00:01:03 +00:00
fix: wrong description of the swipe command (#2197)
This commit is contained in:
parent
5c88f26896
commit
098f7396d8
1 changed files with 2 additions and 2 deletions
|
|
@ -188,8 +188,8 @@ keymap = [
|
|||
|
||||
{ on = "k", run = "arrow -1", desc = "Move cursor up" },
|
||||
{ on = "j", run = "arrow 1", desc = "Move cursor down" },
|
||||
{ on = "h", run = "swipe -1", desc = "Swipe to the next file" },
|
||||
{ on = "l", run = "swipe 1", desc = "Swipe to the previous file" },
|
||||
{ on = "h", run = "swipe -1", desc = "Swipe to the previous file" },
|
||||
{ on = "l", run = "swipe 1", desc = "Swipe to the next file" },
|
||||
|
||||
{ on = "<Up>", run = "arrow -1", desc = "Move cursor up" },
|
||||
{ on = "<Down>", run = "arrow 1", desc = "Move cursor down" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue