mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-24 01:02:37 +03:00
feat: add keybinding for the hardlink
command (#1461)
Co-authored-by: ahanniga <ahanniga@ibm.com> Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
parent
77d1817771
commit
c43db9cf56
@ -64,6 +64,7 @@ keymap = [
|
||||
{ on = "P", run = "paste --force", desc = "Paste yanked files (overwrite if the destination exists)" },
|
||||
{ on = "-", run = "link", desc = "Symlink the absolute path of yanked files" },
|
||||
{ on = "_", run = "link --relative", desc = "Symlink the relative path of yanked files" },
|
||||
{ on = "<C-->", run = "hardlink", desc = "Hardlink yanked files" },
|
||||
{ on = "Y", run = "unyank", desc = "Cancel the yank status" },
|
||||
{ on = "X", run = "unyank", desc = "Cancel the yank status" },
|
||||
{ on = "d", run = "remove", desc = "Trash selected files" },
|
||||
|
Loading…
Reference in New Issue
Block a user