Add send to trouble action to snacks picker

This commit is contained in:
Artyom Belousov 2026-02-27 15:20:32 +03:00 committed by Artyom Belousov
parent f68241dafb
commit fed35b2010

View file

@ -32,6 +32,15 @@
settings = { settings = {
picker = { picker = {
ui_select = true; ui_select = true;
actions = {
__raw = "require('trouble.sources.snacks').actions";
};
win.input.keys = {
"<M-t>" = {
__unkeyed = "trouble_open";
mode = [ "n" "i" ];
};
};
}; };
}; };
}; };