From d6bb765266048afc01ca783f9700f91bebc242a7 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 3 Aug 2021 12:00:55 +0300 Subject: [PATCH] Add telescope find files keybind --- home/.config/nvim/lua/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/keybinds.lua b/home/.config/nvim/lua/keybinds.lua index 3299100e..2ee11635 100644 --- a/home/.config/nvim/lua/keybinds.lua +++ b/home/.config/nvim/lua/keybinds.lua @@ -8,7 +8,7 @@ end map('', '', 'NERDTreeToggle') -- FZF -map('n', '', 'Files') +map('n', '', 'Telescope find_files') map('n', '', 'Rg') -- Completion