mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
Update vimrc
This commit is contained in:
4
.vimrc
4
.vimrc
@ -1,8 +1,12 @@
|
|||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
vmap <C-S-c> "+y
|
||||||
|
|||||||
Reference in New Issue
Block a user