summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2023-03-13 15:15:53 +0200
committerVon Random <von@vdrandom.org>2023-03-13 15:15:53 +0200
commitc34dd32584962f861447e11ced7da3b8fb305652 (patch)
treea849b6ab53dba10da9540c1873eaf327bb6e8d62
parent964934bc0d12618a57610b9695814899e15307ce (diff)
nvim: git_files instead of find_files to limit fuzzy finder
-rw-r--r--cli/.config/nvim/lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/.config/nvim/lua/plugins.lua b/cli/.config/nvim/lua/plugins.lua
index 2a926eb..6ed50b2 100644
--- a/cli/.config/nvim/lua/plugins.lua
+++ b/cli/.config/nvim/lua/plugins.lua
@@ -40,7 +40,7 @@ require('lualine').setup{
map('n', '<Leader>g', '<cmd>Neogit<CR>')
--[[ telescope maps ]]
-map('n', '<Leader>.', '<cmd>Telescope find_files<CR>')
+map('n', '<Leader>.', '<cmd>Telescope git_files<CR>')
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')
--[[ theme ]]