This commit is contained in:
2026-06-03 12:48:18 +03:00
parent 27a01b4cc0
commit c14207292f
7 changed files with 11 additions and 8 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
# "$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
[mgr]
prepend_keymap = [
{ on = "t", run = "tab_create --current", desc = "Create a new tab with CWD" },
# { on = "<C-y>", run = "plugin wl-clipboard", desc = "Yank to clipboard" },
{ on = "<C-y>", run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', desc = "Yank to clipboard" },
{ on = "<C-n>", run = 'shell -- dragon-drop -x -a -T -s 256 "$@"', desc = "Open drag and drop window" },