kakrc copy to system clipboard

This commit is contained in:
Karol Krzosa
2026-06-18 10:17:18 +02:00
parent e4851ca9a8
commit 5b5e28221e
3 changed files with 8 additions and 0 deletions

View File

@@ -9,3 +9,6 @@ set-option global indentwidth 4
# insert four spaces instead of a tab character while in insert mode.
map global insert <tab> '<space><space><space><space>'
hook global RegisterModified '"' %{ nop %sh{
printf %s "$kak_main_reg_dquote" | wl-copy > /dev/null 2>&1 &
}}