From 9a0344b51b3147a9c9da24133dfc5b8172b53bf6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 8 Jun 2025 21:18:57 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-08 21:18:57 --- .config/kak/autoload/clipboard.kak | 2 ++ 1 file changed, 2 insertions(+) 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"