feat(nvim): only send to quickfix for telescope
This commit is contained in:
parent
2a218e14c6
commit
112c53d765
@ -77,6 +77,7 @@ return {
|
|||||||
i = {
|
i = {
|
||||||
["<C-d>"] = actions.cycle_history_next,
|
["<C-d>"] = actions.cycle_history_next,
|
||||||
["<C-s>"] = actions.cycle_history_prev,
|
["<C-s>"] = actions.cycle_history_prev,
|
||||||
|
["<C-q>"] = actions.smart_send_to_qflist,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
prompt_prefix = " ",
|
prompt_prefix = " ",
|
||||||
|
Loading…
Reference in New Issue
Block a user