diff --git a/config/nvim/after/plugin/telescope.lua b/config/nvim/after/plugin/telescope.lua index 2564c85..0285ee9 100644 --- a/config/nvim/after/plugin/telescope.lua +++ b/config/nvim/after/plugin/telescope.lua @@ -6,10 +6,7 @@ local actions_layout = require 'telescope.actions.layout' local common_mappings = { [''] = actions_layout.cycle_layout_next, - [''] = actions_layout.cycle_layout_prev, - [''] = actions_layout.toggle_mirror, - [''] = actions.smart_send_to_qflist + actions.open_qflist, }