From b63fdab35f0c4d554c00b4cea70e8a1364616544 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sun, 10 Oct 2021 17:48:20 -0400 Subject: [PATCH] Add telescope file keybind --- lua/keybinds.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/keybinds.lua b/lua/keybinds.lua index 7accec9..74f2e5e 100644 --- a/lua/keybinds.lua +++ b/lua/keybinds.lua @@ -11,3 +11,4 @@ map('n', '', ':BufferLineCyclePrev', {noremap=false}) map('n', '', ':BufferLineCycleNext', {noremap=false}) map('n', '', ':BufferLineMovePrev', {noremap=true}) map('n', '', ':BufferLineMoveNext', {noremap=true}) +map('n', '', ':Telescope find_files', {noremap=true})