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' }) +