[Telescope] Fix error in conf

This commit is contained in:
2025-08-25 10:44:12 +02:00
parent 1fbc072e4c
commit b4c741d802

View File

@@ -15,8 +15,8 @@ return {
i = { i = {
["<C-j>"] = actions.move_selection_next, ["<C-j>"] = actions.move_selection_next,
["<C-k>"] = actions.move_selection_previous, ["<C-k>"] = actions.move_selection_previous,
["<C-q>"] = actions.smart_add_selected_to_qflist, ["<C-q>"] = actions.smart_add_to_qflist,
["<C-A-q>"] = actions.smart_send_selected_to_qflist, ["<C-A-q>"] = actions.smart_send_to_qflist,
}, },
}, },
}, },