Update vim + zsh

This commit is contained in:
2026-08-02 18:11:32 +02:00
parent 7a80c78a71
commit dda760b2b0
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
alias codium="/usr/bin/codium --ozone-platform=wayland"
+2 -3
View File
@@ -1,12 +1,11 @@
set ts=4 sw=4 set ts=4 sw=4
set number set number
syntax on syntax on
set clipboard^=unnamed
au VimEnter * RainbowParenthesesToggle au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces au Syntax * RainbowParenthesesLoadBraces
xnoremap "+y y:call system("wl-copy", @")<cr>
vmap <C-S-c> "+y nnoremap "+p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p