Create .vimrc
This commit is contained in:
parent
d668b6855d
commit
d10d57790e
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue