This commit is contained in:
2025-11-10 00:30:42 +02:00
parent 22047d6040
commit 25a7b2d1b4
4 changed files with 11 additions and 13 deletions
+1
View File
@@ -4,6 +4,7 @@
prepend_keymap = [
# { 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' },
{ on = "<C-n>", run = 'shell -- dragon-drop -x -a -T -s 256 "$@"', desc = "Open drag and drop window" },
{ on = "R", run = "rename --empty=stem --cursor=start", desc = "Rename file full" },
{ on = [