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" }, { 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]