diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 510433c2..3fcd2de0 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -69,6 +69,10 @@ prepend_keymap = [ ], run = [ "plugin copy-file-contents", ], desc = "Copy contents of file" }, + { on = [ + "c", + "m", + ], run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', desc = "Mime copy" }, { on = [ "c", "r",