From cc471fe0ecafa0b459c3b618b9d1b60d6e91bead Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 14:10:59 +0000 Subject: [PATCH] feat: telescope to projects directory 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 0e05413..253c4b5 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=~", "Find File (~)" }, + f = { "Telescope find_files search_dirs=~/Projects/", "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" },