From 3d48e80be5168a6fd4136d5f3b8c7d89c10f0449 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 28 Oct 2021 23:20:15 +0200 Subject: nvim updated telescope binds --- .config/nvim/lua/binds.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvim/lua/binds.lua b/.config/nvim/lua/binds.lua index 2e6ca70..2bbaa69 100644 --- a/.config/nvim/lua/binds.lua +++ b/.config/nvim/lua/binds.lua @@ -25,7 +25,8 @@ map('n', 'j', ':wincmd j', opts) map('n', 'k', ':wincmd k', opts) map('n', 'l', ':wincmd l', opts) -map('n', '', 'Telescope find_files', opts) +map('n', 'p', 'Telescope find_files', opts) +map('n', 'P', 'Telescope file_browser hidden=true', opts) map('n', 'fg', 'Telescope live_grep', opts) map('n', 'fb', 'Telescope buffers', opts) map('n', 'fh', 'Telescope help_tags', opts) -- cgit v1.2.3-70-g09d2