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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -