how to change default indent in macvim -


hey guys i'm learning configure macvim

now tab indent 4 character, want change 2, should add macvim configure file?

and there beginner guide me learn configure mac vim thanks

open $home/.vimrc file in macvim,

:edit $myvimrc 

write following lines,

set tabstop=2 set shiftwidth=2 

and save.

:wq 

Comments

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -