mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(telescope): Add open selected with trouble keymap (#357)
This commit is contained in:
parent
efca9528da
commit
f9b7406df9
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue