mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
minor keybinding update
This commit is contained in:
parent
c4f659a5fb
commit
dc2f045de4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ keymap = [
|
|||
# { on = "<C-r>", run = "select_all --state=none", desc = "Inverse selection of all files" },
|
||||
|
||||
# Find
|
||||
{ on = "<C-f>", run = "plugin fzf", desc = "Jump to a directory or reveal a file using fzf" },
|
||||
{ on = "<C-p>", run = "plugin fzf", desc = "Jump to a directory or reveal a file using fzf" },
|
||||
{ on = ["z", "o"], run = "plugin zoxide", desc = "Jump to a directory using zoxide" },
|
||||
# { on = "f", run = "search fd", desc = "Search files by name using fd" },
|
||||
{ on = "F", run = "search rg", desc = "Search files by content using ripgrep" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue