added c-t to snacks picker
This commit is contained in:
parent
abc1a1367c
commit
c14f537921
@ -38,7 +38,14 @@ return {
|
|||||||
picker = {
|
picker = {
|
||||||
matcher = {
|
matcher = {
|
||||||
frecency = true
|
frecency = true
|
||||||
}
|
},
|
||||||
|
win = {
|
||||||
|
input = {
|
||||||
|
keys = {
|
||||||
|
['<c-t>'] = { 'edit_tab', mode = { 'n', 'i' } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user