addet bugfixed hotkey
This commit is contained in:
parent
4d1d6c926e
commit
c271a522cf
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ keymap = [
|
||||||
{ on = "q", run = "quit", desc = "Exit the process" },
|
{ on = "q", run = "quit", desc = "Exit the process" },
|
||||||
{ on = "Q", run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" },
|
{ on = "Q", run = "quit --no-cwd-file", desc = "Exit the process without writing cwd-file" },
|
||||||
{ on = "<C-c>", run = "close", desc = "Close the current tab, or quit if it is last tab" },
|
{ on = "<C-c>", run = "close", desc = "Close the current tab, or quit if it is last tab" },
|
||||||
{ on = "<C-z>", run = "suspend", desc = "Suspend the process" },
|
|
||||||
|
|
||||||
# Hopping
|
# Hopping
|
||||||
{ on = "k", run = "arrow -1", desc = "Move cursor up" },
|
{ on = "k", run = "arrow -1", desc = "Move cursor up" },
|
||||||
|
@ -73,7 +72,7 @@ keymap = [
|
||||||
{ on = "r", run = "rename --cursor=before_ext", desc = "Rename selected file(s)" },
|
{ on = "r", run = "rename --cursor=before_ext", desc = "Rename selected file(s)" },
|
||||||
{ on = ";", run = "shell --interactive", desc = "Run a shell command" },
|
{ on = ";", run = "shell --interactive", desc = "Run a shell command" },
|
||||||
{ on = ":", run = "shell --block --interactive", desc = "Run a shell command (block until finishes)" },
|
{ on = ":", run = "shell --block --interactive", desc = "Run a shell command (block until finishes)" },
|
||||||
{ on = "<C-h>", run = "hidden toggle", desc = "Toggle the visibility of hidden files" },
|
{ on = "<C-z>", run = "hidden toggle", desc = "Toggle the visibility of hidden files" },
|
||||||
{ on = "s", run = "search fd", desc = "Search files by name using fd" },
|
{ on = "s", run = "search fd", desc = "Search files by name using fd" },
|
||||||
{ on = "S", run = "search rg", desc = "Search files by content using ripgrep" },
|
{ on = "S", run = "search rg", desc = "Search files by content using ripgrep" },
|
||||||
{ on = "<C-s>", run = "escape --search", desc = "Cancel the ongoing search" },
|
{ on = "<C-s>", run = "escape --search", desc = "Cancel the ongoing search" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue