Yazi : Create dir by default.
This commit is contained in:
parent
45242aa254
commit
f606b98b97
|
@ -12,6 +12,11 @@
|
||||||
run = "remove --permanently --force";
|
run = "remove --permanently --force";
|
||||||
desc = "Dangerous life.";
|
desc = "Dangerous life.";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
on = "a";
|
||||||
|
run = "create --dir";
|
||||||
|
desc = "Who wants files anyway?";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue