This commit is contained in:
sxyazi 2023-09-09 23:17:07 +08:00
parent 1de6a5f13b
commit 7c87b6f014
No known key found for this signature in database

View file

@ -112,7 +112,7 @@ keymap = [
{ on = [ "g", "<Space>" ], exec = "cd --interactive", desc = "Go to a directory interactively" },
# Help
{ on = [ "?" ], exec = "help", desc = "Open help" },
{ on = [ "~" ], exec = "help", desc = "Open help" },
]
[tasks]
@ -131,7 +131,7 @@ keymap = [
{ on = [ "<Enter>" ], exec = "inspect", desc = "Inspect the task" },
{ on = [ "x" ], exec = "cancel", desc = "Cancel the task" },
{ on = [ "?" ], exec = "help", desc = "Open help" }
{ on = [ "~" ], exec = "help", desc = "Open help" }
]
[select]
@ -150,7 +150,7 @@ keymap = [
{ on = [ "<Up>" ], exec = "arrow -1", desc = "Move cursor up" },
{ on = [ "<Down>" ], exec = "arrow 1", desc = "Move cursor down" },
{ on = [ "?" ], exec = "help", desc = "Open help" }
{ on = [ "~" ], exec = "help", desc = "Open help" }
]
[input]
@ -196,7 +196,7 @@ keymap = [
{ on = [ "<C-r>" ], exec = "redo", desc = "Redo the last operation" },
# Help
{ on = [ "?" ], exec = "help", desc = "Open help" }
{ on = [ "~" ], exec = "help", desc = "Open help" }
]
[help]