AutoYADM commit: 2025-05-08 23:11:09
This commit is contained in:
parent
148237e9e0
commit
2c174fe3cc
1 changed files with 3 additions and 2 deletions
|
@ -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>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue