Dark Ninja
11-14-2001, 09:04 PM
How do I set the shiftwidth and soft tabstop settings to they permanently stay at '4' in gvim? Right now, they default to 9, and it is a pain having to change them back to 4 each time I want to use the program.
Dark Ninja
scanez
11-14-2001, 09:41 PM
Put them in ~/.gvimrc?
set shiftwidth blah
set tabstop blah
SC
[ 14 November 2001: Message edited by: scanez ]
Dark Ninja
11-14-2001, 11:13 PM
Thanks. I didn't realize what files the variables had to go in.
For anybody else who wants to do the same thing...you can figure out what each variable is by going into the Settings Window under the EDIT menu in gvim.
Thanks for the help!
Dark Ninja