From c34dd32584962f861447e11ced7da3b8fb305652 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 13 Mar 2023 15:15:53 +0200 Subject: [PATCH] nvim: git_files instead of find_files to limit fuzzy finder --- cli/.config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', 'g', 'Neogit') --[[ telescope maps ]] -map('n', '.', 'Telescope find_files') +map('n', '.', 'Telescope git_files') map('n', ',', 'Telescope buffers') --[[ theme ]]