From 51d24d9f931abcb2089d25721f8c99d304caa6e9 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 20 Jul 2023 21:38:29 +0200 Subject: [PATCH] vim/telescope: bring back the old binding :) --- config/nvim/lua/user/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/user/plugins/telescope.lua b/config/nvim/lua/user/plugins/telescope.lua index e151a50..cb7f1aa 100644 --- a/config/nvim/lua/user/plugins/telescope.lua +++ b/config/nvim/lua/user/plugins/telescope.lua @@ -115,7 +115,7 @@ local config = function() end end - map('', { + map('', { -- ╭────╮ ╭──────╮ ╭────────────╮ ╭───────────────────╮ -- │keys│ │picker│ │prompt title│ │mapping description│ -- ╰────╯ ╰──────╯ ╰────────────╯ ╰───────────────────╯