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 &
}}

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.config/librewolf/
.config/pulse/
bin/pi

View File

@@ -18,3 +18,5 @@ sudo cp -r bin/* /usr/local/bin/
sudo cp -r libexec/* /usr/local/libexec/
sudo cp -r share/* /usr/local/share/
cd ..
rm kakoune-v2026.05.21-linux -rf
rm kakoune-v2026.05.21-linux.tar.bz2