Change default settings in MacVim

Posted by AeroCross on Super User See other posts from Super User or by AeroCross
Published on 2011-03-10T15:31:14Z Indexed on 2011/03/10 16:13 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

I want to do some changes in MacVim to suit my needs. I'm new in it, so stick with me.

The basic changes I want to do is to start the program with the following settings:

Line numbers activated Top toolbar deactivated Auto-indenting activated

I found out that you can write set lines=xx columns=yy to the /Users/USERNAME/.gvimrc file and it will change the default window width-height Also, you can change the color scheme with :colorscheme scheme in that file, too, but I don't know how to change the other settings.

I wanna give Vim a try, but the little things (like these) are important.

© Super User or respective owner

Related posts about vim

Related posts about settings