again removed trouble

This commit is contained in:
pika 2024-07-06 04:53:11 +02:00
parent 59564c6615
commit 0e88bd7a2e

View file

@ -19,7 +19,6 @@ return {
i = { i = {
["<C-k>"] = actions.move_selection_previous, -- move to prev result ["<C-k>"] = actions.move_selection_previous, -- move to prev result
["<C-j>"] = actions.move_selection_next, -- move to next result ["<C-j>"] = actions.move_selection_next, -- move to next result
["<C-q>"] = actions.send_selected_to_qflist + custom_actions.open_trouble_qflist,
}, },
}, },
}, },