diff --git a/lua/iforster/plugins/telescope.lua b/lua/iforster/plugins/telescope.lua index 97f45c0..93f03ce 100644 --- a/lua/iforster/plugins/telescope.lua +++ b/lua/iforster/plugins/telescope.lua @@ -30,7 +30,7 @@ return { [""] = actions.move_selection_previous, -- move to prev result [""] = actions.move_selection_next, -- move to next result [""] = actions.send_selected_to_qflist + custom_actions.open_trouble_qflist, - [""] = trouble_telescope.open, + [""] = trouble_telescope.smart, }, }, },