feat: Drag and Drop in yazi
This commit is contained in:
parent
c3672ea118
commit
3fc9f416f9
@ -50,6 +50,10 @@ in {
|
|||||||
run = "plugin chmod";
|
run = "plugin chmod";
|
||||||
desc = "Chmod on selected files";
|
desc = "Chmod on selected files";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
on = [ "<C-n>" ];
|
||||||
|
run = ''shell '${lib.getExe pkgs.xdragon} -x -i -T "$@"' --confirm'';
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -122,6 +122,7 @@
|
|||||||
"float, ^(mpv)$"
|
"float, ^(mpv)$"
|
||||||
"float, ^(nmtui)$"
|
"float, ^(nmtui)$"
|
||||||
"float, title:^(Список друзей)"
|
"float, title:^(Список друзей)"
|
||||||
|
"move onscreen cursor -50% -50%, ^(xdragon)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user