I've been looking to customize GVIM 6.3 better with my _gvimrc file.
Right now I have:
set softtabstop=4
set tabstop=8
set shiftwidth=4
I like my idents to be 4 spaces. I'm not sure what tabstop=8 means though.
I'm on the VIM Docs/Tips site, but most of the stuff is all these intense tips I could care less about.
What I'd like to do is be able to set the color scheme so I don't have to change it every time I load a new Vim window. I'd also like to be able to have parenthesis that match to flash when I close off one. The lab computers at school with Gvim do this. However the .gvimrc from the lab computers looks like the attached code. I can't see any of those commands that make matched parenthesis flash.
I also seen mention of noexpandtab. Is that something I want True or False?
edit: Also I want my brackets to auto-ident C-style.
void blah()
{
....
}
What does smartident do? I don't want them to be Java-like (even tho I only write java) like
void blah() {
...
}
Right now I have:
set softtabstop=4
set tabstop=8
set shiftwidth=4
I like my idents to be 4 spaces. I'm not sure what tabstop=8 means though.
I'm on the VIM Docs/Tips site, but most of the stuff is all these intense tips I could care less about.
What I'd like to do is be able to set the color scheme so I don't have to change it every time I load a new Vim window. I'd also like to be able to have parenthesis that match to flash when I close off one. The lab computers at school with Gvim do this. However the .gvimrc from the lab computers looks like the attached code. I can't see any of those commands that make matched parenthesis flash.
I also seen mention of noexpandtab. Is that something I want True or False?
edit: Also I want my brackets to auto-ident C-style.
void blah()
{
....
}
What does smartident do? I don't want them to be Java-like (even tho I only write java) like
void blah() {
...
}