From d319c2f6a17af199bac2ced97ccaf3a5d4ae73cc Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Thu, 28 Mar 2024 20:11:45 +0000 Subject: [PATCH] chore(keybinds): search ~ instead of ~/Projects/ by default --- lua/core/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },