mirror of
https://github.com/NotXia/dotfiles.git
synced 2026-08-05 21:32:24 +00:00
Update vim + zsh
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
alias codium="/usr/bin/codium --ozone-platform=wayland"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user