Skip to content

Commit a7df213

Browse files
chore(build): auto-generate docs
1 parent 46faf91 commit a7df213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extras/editor/snacks_picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ opts = function(_, opts)
170170
win = {
171171
input = {
172172
keys = {
173-
["<c-t>"] = {
173+
["<a-t>"] = {
174174
"trouble_open",
175175
mode = { "n", "i" },
176176
},
@@ -203,7 +203,7 @@ end
203203
win = {
204204
input = {
205205
keys = {
206-
["<c-t>"] = {
206+
["<a-t>"] = {
207207
"trouble_open",
208208
mode = { "n", "i" },
209209
},

0 commit comments

Comments
 (0)