mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
8c412260d2
commit
66d4cec84d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue