Yazi: Use _ for hardlinking.

This commit is contained in:
Dmitry Voronin 2024-12-11 11:44:15 +03:00
parent bc582fa0b3
commit a4f8e4433a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -15,6 +15,7 @@
{ on = "Q"; desc = "Move to prev tab"; run = "tab_swap -1 --relative"; }
{ on = "R"; desc = "Rename completely"; run = "rename --empty=stem --cursor=start"; }
{ on = "Z"; desc = "Exit yazi"; run = "quit"; }
{ on = "_"; desc = "Hardlink"; run = "hardlink --follow"; }
{ on = "d"; desc = "Delete"; run = "remove --permanently"; }
{ on = "e"; desc = "Next tab"; run = "tab_switch 1 --relative"; }
{ on = "o"; desc = "Open interactively"; run = "open --interactive"; }