1

Modules/Yazi: Add (broken) wl-copy binding

This commit is contained in:
2025-07-12 17:06:58 +02:00
parent 0b12d5873e
commit 731d30b5bd

View File

@ -190,6 +190,11 @@ in {
run = "plugin rsync";
desc = "Copy files using rsync";
}
{
on = ["<C-p>" "w"];
run = ''wl-copy < "$0"'';
desc = "Copy hovered file contents using wl-copy";
}
{
on = "!";