diff --git a/.config/kak/autoload/clipboard.kak b/.config/kak/autoload/clipboard.kak index c3a3cf1d..81607e0d 100644 --- a/.config/kak/autoload/clipboard.kak +++ b/.config/kak/autoload/clipboard.kak @@ -1,3 +1,5 @@ +# Goal: better multi-selection behavior +# If we copy multiple selections, it should be copied s.t. each selection is on its own line map -docstring "yank the selection into the clipboard" global user y " wl-copy" map -docstring "paste the clipboard" global user p " wl-paste -n"