Results 1 to 3 of 3
Is there a way to change the vimrc script file used by vim editor permanently ? When I run 'vim --version', it displays (among other things):
system vimrc file: "$VIM/vimrc"
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-01-2012 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 5
Changing the order of vimrc script for vim
Is there a way to change the vimrc script file used by vim editor permanently ? When I run 'vim --version', it displays (among other things):
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
I wanted to know if I could change this order ? Where is the above order of script/config file stored in the os ?
Thanks
- 08-02-2012 #2Just Joined!
- Join Date
- Jul 2008
- Posts
- 90
- 08-02-2012 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 5
Thanks for the response. If it is compile time configuration, I cannot do much. I need to frequently work on new VMs and make this ~/.vimrc file.


Reply With Quote

