mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
feat(snacks.picker): move trouble keymap from ctrl+t
-> alt+t
This commit is contained in:
parent
401ef48fcd
commit
4aff0063a4
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ return {
|
|||
win = {
|
||||
input = {
|
||||
keys = {
|
||||
["<c-t>"] = {
|
||||
["<a-t>"] = {
|
||||
"trouble_open",
|
||||
mode = { "n", "i" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue