Yazi : Add A key for files.
This commit is contained in:
parent
f606b98b97
commit
75a960906f
|
@ -17,6 +17,11 @@
|
|||
run = "create --dir";
|
||||
desc = "Who wants files anyway?";
|
||||
}
|
||||
{
|
||||
on = "A";
|
||||
run = "create --force";
|
||||
desc = "I want, sometimes.";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue