diff --git a/config/preset/keymap.toml b/config/preset/keymap.toml index cb92d6d4..38f6562b 100644 --- a/config/preset/keymap.toml +++ b/config/preset/keymap.toml @@ -52,8 +52,8 @@ keymap = [ { on = [ ";" ], exec = "shell", desc = "Run a shell command" }, { on = [ ":" ], exec = "shell --block", desc = "Run a shell command (block the UI until the command finishes)" }, { on = [ "." ], exec = "hidden toggle", desc = "Toggle the visibility of hidden files" }, - { on = [ "s" ], exec = "search fd", desc = "Search files by content using ripgrep" }, - { on = [ "S" ], exec = "search rg", desc = "Search files by name using fd" }, + { on = [ "s" ], exec = "search fd", desc = "Search files by name using fd" }, + { on = [ "S" ], exec = "search rg", desc = "Search files by content using ripgrep" }, { on = [ "" ], exec = "search none", desc = "Cancel the ongoing search" }, { on = [ "z" ], exec = "jump zoxide", desc = "Jump to a directory using zoxide" }, { on = [ "Z" ], exec = "jump fzf", desc = "Jump to a directory, or reveal a file using fzf" },