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

This commit is contained in:
Brian Di Palma authored and GitHub committed 2023-03-01 13:10:04 +01:00
1 parent efca9528da
commit f9b7406df9
1 file changed
+3
+3
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,