added c-t to snacks picker

This commit is contained in:
Oliver Hartmann 2025-02-10 10:30:36 +00:00
parent abc1a1367c
commit c14f537921

View File

@ -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 = {