Add send to trouble action to snacks picker
This commit is contained in:
parent
f68241dafb
commit
fed35b2010
1 changed files with 9 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue