upd keymaps for copy

This commit is contained in:
Vladimir Mikryukov 2026-01-06 19:55:09 +02:00
parent f9cc93cedb
commit b0077c798c
No known key found for this signature in database
GPG key ID: 5B7EB187B7E39421

View file

@ -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" },