Create .vimrc
This commit is contained in:
parent
d668b6855d
commit
d10d57790e
4
vim/.vimrc
Normal file
4
vim/.vimrc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
" Enable syntax highlighting
|
||||||
|
syntax on
|
||||||
|
" Wrap cursor to the lnext line if you move it too far
|
||||||
|
set whichwrap+=<,>,h,l,[,]
|
Loading…
Reference in a new issue