mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
upd keymaps for copy
This commit is contained in:
parent
f9cc93cedb
commit
b0077c798c
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ keymap = [
|
|||
{ 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", "t" ], run = "copy target", desc = "Copy the symlink target path" },
|
||||
|
||||
# Filter
|
||||
{ on = "f", run = "filter --smart", desc = "Filter files" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue