mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: update desc to be pluralizatable
This commit is contained in:
parent
631afd09ee
commit
d6ade9921f
1 changed files with 4 additions and 4 deletions
|
|
@ -89,10 +89,10 @@ keymap = [
|
|||
{ on = [ "m", "n" ], run = "linemode none", desc = "Linemode: none" },
|
||||
|
||||
# Copy
|
||||
{ on = [ "c", "c" ], run = "copy path", desc = "Copy the file path" },
|
||||
{ on = [ "c", "d" ], run = "copy dirname", desc = "Copy the directory path" },
|
||||
{ on = [ "c", "f" ], run = "copy filename", desc = "Copy the filename" },
|
||||
{ on = [ "c", "n" ], run = "copy name_without_ext", desc = "Copy the filename without extension" },
|
||||
{ on = [ "c", "c" ], run = "copy path", desc = "Copy the file path{s}" },
|
||||
{ on = [ "c", "d" ], run = "copy dirname", desc = "Copy the directory path{s}" },
|
||||
{ on = [ "c", "f" ], run = "copy filename", desc = "Copy the filename{s}" },
|
||||
{ on = [ "c", "n" ], run = "copy name_without_ext", desc = "Copy the filename{s} without extension" },
|
||||
|
||||
# Filter
|
||||
{ on = "f", run = "filter --smart", desc = "Filter files" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue