kak: No pegar con newline al final
This commit is contained in:
parent
e59ffa4746
commit
54f8e8911a
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue