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
Post a Comment