This commit is contained in:
sxyazi 2023-09-25 01:19:34 +08:00
parent 8c412260d2
commit 66d4cec84d
No known key found for this signature in database

View file

@ -51,8 +51,8 @@ keymap = [
{ on = [ "x" ], exec = "yank --cut", desc = "Cut the selected files" },
{ on = [ "p" ], exec = "paste", desc = "Paste the files" },
{ on = [ "P" ], exec = "paste --force", desc = "Paste the files (overwrite if the destination exists)" },
{ on = [ "k" ], exec = "link", desc = "Symlink the absolute path of files" },
{ on = [ "K" ], exec = "link --relative", desc = "Symlink the relative path of files" },
{ on = [ "n" ], exec = "link", desc = "Symlink the absolute path of files" },
{ on = [ "N" ], exec = "link --relative", desc = "Symlink the relative path of files" },
{ on = [ "d" ], exec = "remove", desc = "Move the files to the trash" },
{ on = [ "D" ], exec = "remove --permanently", desc = "Permanently delete the files" },
{ on = [ "a" ], exec = "create", desc = "Create a file or directory (ends with / for directories)" },