[Telescope] Fix error in conf
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user