From 07d45f7a8b65ebe5c2244b859420f8f77f264a22 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 20 Oct 2022 12:19:56 +0200 Subject: [PATCH] vim: solve telescope keymap conflict --- config/nvim/after/plugin/telescope.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/nvim/after/plugin/telescope.lua b/config/nvim/after/plugin/telescope.lua index 0755161..2564c85 100644 --- a/config/nvim/after/plugin/telescope.lua +++ b/config/nvim/after/plugin/telescope.lua @@ -8,7 +8,7 @@ local common_mappings = { [''] = actions_layout.cycle_layout_next, [''] = actions_layout.cycle_layout_prev, - [''] = actions_layout.toggle_mirror, + [''] = actions_layout.toggle_mirror, [''] = actions.smart_send_to_qflist + actions.open_qflist, } @@ -136,3 +136,4 @@ map('n', 'fo', } end, { desc = 'Telescope: find options' }) +