feat(telescope): Add open selected with trouble keymap (#357)

This commit is contained in:
Brian Di Palma
2023-03-01 12:10:04 +00:00
committed by GitHub
parent efca9528da
commit f9b7406df9

View File

@ -140,6 +140,9 @@ return {
["<c-t>"] = function(...)
return require("trouble.providers.telescope").open_with_trouble(...)
end,
["<a-t>"] = function(...)
return require("trouble.providers.telescope").open_selected_with_trouble(...)
end,
["<a-i>"] = function()
Util.telescope("find_files", { no_ignore = true })()
end,