diff --git a/config/nvim/after/plugin/telescope.lua b/config/nvim/after/plugin/telescope.lua index 2943075..0755161 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, }