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 number
syntax on
set clipboard^=unnamed
au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces
vmap <C-S-c> "+y
xnoremap "+y y:call system("wl-copy", @")<cr>
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p