This commit is contained in:
sxyazi 2024-08-15 21:44:23 +08:00
parent 495bf819da
commit fd5baf6b2e
No known key found for this signature in database

View file

@ -64,7 +64,7 @@ keymap = [
{ on = "P", run = "paste --force", desc = "Paste yanked files (overwrite if the destination exists)" }, { 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", desc = "Symlink the absolute path of yanked files" },
{ on = "_", run = "link --relative", desc = "Symlink the relative path of yanked files" }, { on = "_", run = "link --relative", desc = "Symlink the relative path of yanked files" },
{ on = "<C-h>", run = "hardlink", desc = "Create hard links to the yanked files" }, { on = "<C-->", run = "hardlink", desc = "Hardlink yanked files" },
{ on = "Y", run = "unyank", desc = "Cancel the yank status" }, { on = "Y", run = "unyank", desc = "Cancel the yank status" },
{ on = "X", run = "unyank", desc = "Cancel the yank status" }, { on = "X", run = "unyank", desc = "Cancel the yank status" },
{ on = "d", run = "remove", desc = "Trash selected files" }, { on = "d", run = "remove", desc = "Trash selected files" },