diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index 9d9505bb..1cfb2e33 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -69,8 +69,8 @@ keymap = [ { on = "X", run = "unyank", desc = "Cancel the yank status of files" }, { on = "p", run = "paste", desc = "Paste the files" }, { on = "P", run = "paste --force", desc = "Paste the files (overwrite if the destination exists)" }, - { on = "-", run = "link", desc = "Symlink the absolute path of files" }, - { on = "_", run = "link --relative", desc = "Symlink the relative path of files" }, + { on = "-", run = "link --relative", desc = "Symlink the files" }, + { on = "_", run = "link --hard", desc = "Hardlink the files" }, { on = "d", run = "remove", desc = "Move the files to the trash" }, { on = "D", run = "remove --permanently", desc = "Permanently delete the files" }, { on = "a", run = "create", desc = "Create a file or directory (ends with / for directories)" },