better trigger: (e) instead of (E)

This commit is contained in:
Ahmed Hassan 2025-07-29 22:51:34 +04:00
parent 1c187eb0a5
commit 518612857b

View file

@ -80,8 +80,8 @@ keymap = [
{ on = ":", run = "shell --block --interactive", desc = "Run a shell command (block until finishes)" },
{ on = ".", run = "hidden toggle", desc = "Toggle the visibility of hidden files" },
{ on = "s", run = "search --via=fd", desc = "Search files by name via fd" },
{ on = "e", run = "search --via=es", desc = "Search files by name via EveryThing" },
{ on = "S", run = "search --via=rg", desc = "Search files by content via ripgrep" },
{ on = "E", run = "search --via=es", desc = "Search files by content via EveryThing" },
{ on = "<C-s>", run = "escape --search", desc = "Cancel the ongoing search" },
{ on = "z", run = "plugin fzf", desc = "Jump to a file/directory via fzf" },
{ on = "Z", run = "plugin zoxide", desc = "Jump to a directory via zoxide" },