kakrc copy to system clipboard
This commit is contained in:
@@ -9,3 +9,6 @@ set-option global indentwidth 4
|
|||||||
# insert four spaces instead of a tab character while in insert mode.
|
# insert four spaces instead of a tab character while in insert mode.
|
||||||
map global insert <tab> '<space><space><space><space>'
|
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
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.config/librewolf/
|
||||||
|
.config/pulse/
|
||||||
|
bin/pi
|
||||||
2
setup.sh
2
setup.sh
@@ -18,3 +18,5 @@ sudo cp -r bin/* /usr/local/bin/
|
|||||||
sudo cp -r libexec/* /usr/local/libexec/
|
sudo cp -r libexec/* /usr/local/libexec/
|
||||||
sudo cp -r share/* /usr/local/share/
|
sudo cp -r share/* /usr/local/share/
|
||||||
cd ..
|
cd ..
|
||||||
|
rm kakoune-v2026.05.21-linux -rf
|
||||||
|
rm kakoune-v2026.05.21-linux.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user