diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index ac37355..c270071 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -3,7 +3,7 @@ local wk = require("which-key") wk.register({ f = { name = "file", - f = { "Telescope find_files search_dirs=~/Projects/", "Find File (~)" }, + f = { "Telescope find_files", "Find File (~)" }, a = { "Telescope find_files hidden=true search_dirs=~", "Find Hidden (~)" }, p = { "Telescope find_files hidden=true", "Find File" }, g = { "Telescope live_grep", "Find Word" },