mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
1de6a5f13b
commit
7c87b6f014
1 changed files with 4 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ keymap = [
|
||||||
{ on = [ "g", "<Space>" ], exec = "cd --interactive", desc = "Go to a directory interactively" },
|
{ on = [ "g", "<Space>" ], exec = "cd --interactive", desc = "Go to a directory interactively" },
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
{ on = [ "?" ], exec = "help", desc = "Open help" },
|
{ on = [ "~" ], exec = "help", desc = "Open help" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tasks]
|
[tasks]
|
||||||
|
|
@ -131,7 +131,7 @@ keymap = [
|
||||||
{ on = [ "<Enter>" ], exec = "inspect", desc = "Inspect the task" },
|
{ on = [ "<Enter>" ], exec = "inspect", desc = "Inspect the task" },
|
||||||
{ on = [ "x" ], exec = "cancel", desc = "Cancel the task" },
|
{ on = [ "x" ], exec = "cancel", desc = "Cancel the task" },
|
||||||
|
|
||||||
{ on = [ "?" ], exec = "help", desc = "Open help" }
|
{ on = [ "~" ], exec = "help", desc = "Open help" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[select]
|
[select]
|
||||||
|
|
@ -150,7 +150,7 @@ keymap = [
|
||||||
{ on = [ "<Up>" ], exec = "arrow -1", desc = "Move cursor up" },
|
{ on = [ "<Up>" ], exec = "arrow -1", desc = "Move cursor up" },
|
||||||
{ on = [ "<Down>" ], exec = "arrow 1", desc = "Move cursor down" },
|
{ on = [ "<Down>" ], exec = "arrow 1", desc = "Move cursor down" },
|
||||||
|
|
||||||
{ on = [ "?" ], exec = "help", desc = "Open help" }
|
{ on = [ "~" ], exec = "help", desc = "Open help" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
@ -196,7 +196,7 @@ keymap = [
|
||||||
{ on = [ "<C-r>" ], exec = "redo", desc = "Redo the last operation" },
|
{ on = [ "<C-r>" ], exec = "redo", desc = "Redo the last operation" },
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
{ on = [ "?" ], exec = "help", desc = "Open help" }
|
{ on = [ "~" ], exec = "help", desc = "Open help" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[help]
|
[help]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue