Skip to content

Commit

Permalink
feat(telescope): Add open selected with trouble keymap (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandipalma authored Mar 1, 2023
1 parent efca952 commit f9b7406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/lazyvim/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f9b7406

Please sign in to comment.