AutoYADM commit: 2025-05-08 23:11:09

This commit is contained in:
Daniel Fichtinger 2025-05-08 23:11:09 -04:00
parent 148237e9e0
commit 2c174fe3cc

View file

@ -33,8 +33,9 @@ add-highlighter global/ wrap -word -indent
map -docstring "yank the selection into the clipboard" global user y "<a-|> wl-copy<ret>" map -docstring "yank the selection into the clipboard" global user y "<a-|> wl-copy<ret>"
map -docstring "paste the clipboard" global user p "<a-!> wl-paste<ret>" map -docstring "paste the clipboard" global user p "<a-!> wl-paste -n<ret>"
map -docstring "paste the clipboard before" global user P "! wl-paste<ret>" map -docstring "paste the clipboard before" global user P "! wl-paste -n<ret>"
map -docstring "replace with the clipboard" global user R '"_d! wl-paste -n<ret>'
map -docstring "quit" global user q ":q<ret>" map -docstring "quit" global user q ":q<ret>"