AutoYADM commit: 2025-05-16 17:14:15
This commit is contained in:
parent
51ccc1e607
commit
b9cc8e936f
9 changed files with 78 additions and 171 deletions
6
.config/kak/autoload/clipboard.kak
Normal file
6
.config/kak/autoload/clipboard.kak
Normal file
|
@ -0,0 +1,6 @@
|
|||
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 -n<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>'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue