diff --git a/lua/pika/plugins/telescope.lua b/lua/pika/plugins/telescope.lua index 0f6014d..70a8895 100644 --- a/lua/pika/plugins/telescope.lua +++ b/lua/pika/plugins/telescope.lua @@ -19,7 +19,6 @@ return { i = { [""] = 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, }, }, },