kak: No pegar con newline al final

This commit is contained in:
Cat /dev/Nulo 2022-02-09 12:53:49 -03:00
parent e59ffa4746
commit 54f8e8911a

View file

@ -47,7 +47,7 @@ source "%val{config}/plugins/zig.kak/rc/zig.kak"
hook global KakBegin .* %{ set-option global termcmd "footclient sh -c" }
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 --no-newline<ret>"
map -docstring "comment" global user c ": comment-line<ret>"
map -docstring "stop searching" global user h ": set-register slash ''<ret>"