diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index baa12ca..7fa67ca 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -3,8 +3,9 @@ local wk = require("which-key") wk.register({ f = { name = "file", - f = { "Telescope find_files", "Find File" }, - a = { "Telescope find_files hidden=true", "Find Hidden" }, + f = { "Telescope find_files search_dirs=~", "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" }, s = { ":w", "Write" }, w = { ":w!", "Force Write" },