From 8d9f3ea39015a538fc1a66858947e6f697ee9f16 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 17 Feb 2024 13:21:18 +0100 Subject: [PATCH] vim: disable in Telescope --- config/nvim/lua/fschauen/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nvim/lua/fschauen/plugins/telescope.lua b/config/nvim/lua/fschauen/plugins/telescope.lua index 233aa5d..814b7cd 100644 --- a/config/nvim/lua/fschauen/plugins/telescope.lua +++ b/config/nvim/lua/fschauen/plugins/telescope.lua @@ -138,6 +138,7 @@ M.config = function() [''] = layout.toggle_mirror, [''] = layout.toggle_preview, [''] = actions.select_horizontal, + [''] = false, [''] = actions.close, [''] = actions.smart_send_to_qflist + actions.open_qflist, [''] = actions.smart_send_to_loclist + actions.open_loclist,