Skip to content

Commit

Permalink
feat: add keybinding for the hardlink command (#1461)
Browse files Browse the repository at this point in the history
Co-authored-by: ahanniga <[email protected]>
Co-authored-by: sxyazi <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 77d1817 commit c43db9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yazi-config/preset/keymap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit c43db9c

Please sign in to comment.