kakoune: I use waylabd

This commit is contained in:
yosh 2024-01-09 01:55:09 -05:00
parent 18e89cd5a7
commit 9a8ca755a2
1 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ add-highlighter global/ number-lines -hlcursor
add-highlighter global/ regex \h+$ 0:Error
# clipboard shit
map -docstring "yank the selection into the clipboard" global user y "<a-|>xclip -sel clipboard<ret>"
map -docstring "paste the clipboard" global user p "<a-!>xclip -sel clipboard -o<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 -n<ret>"