feat: Drag and Drop in yazi

This commit is contained in:
Sweetbread 2024-12-17 22:27:15 +03:00
parent c3672ea118
commit 3fc9f416f9
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,10 @@ in {
run = "plugin chmod";
desc = "Chmod on selected files";
}
{
on = [ "<C-n>" ];
run = ''shell '${lib.getExe pkgs.xdragon} -x -i -T "$@"' --confirm'';
}
];
};
};

View File

@ -122,6 +122,7 @@
"float, ^(mpv)$"
"float, ^(nmtui)$"
"float, title:^(Список друзей)"
"move onscreen cursor -50% -50%, ^(xdragon)$"
];
windowrulev2 = [