mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
update telescope configuration
This commit is contained in:
@ -98,6 +98,8 @@ return {
|
||||
mappings = {
|
||||
n = {
|
||||
["d"] = require("telescope.actions").delete_buffer,
|
||||
["<C-q>"] = actions.send_selected_to_qflist + custom_actions.open_trouble_qflist,
|
||||
["<C-t>"] = trouble_telescope.open,
|
||||
},
|
||||
i = {
|
||||
["<C-p>"] = actions.move_selection_previous, -- move to prev result
|
||||
|
Reference in New Issue
Block a user