diff --git a/yazi/keymap.toml b/yazi/keymap.toml index 1ac8718..fd64406 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -67,7 +67,7 @@ keymap = [ # { on = "", run = "select_all --state=none", desc = "Inverse selection of all files" }, # Find - { on = "", run = "plugin fzf", desc = "Jump to a directory or reveal a file using fzf" }, + { on = "", 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" },