Right now, I make everyone do ~/.vimrc and put their settings there.
How can I make a global, default .vimrc for new users?
Edit: I am using CentOS
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
usually by creating /etc/vimrc or /etc/vim/vimrc. Depends on your version of vim and linux/unix | |||||||||
feedback
|
|
to create a default ~/.vimrc for all new users, you should be able to drop it into /etc/skel If I recall correctly, that provides the template for new user's home directories. | |||
|
feedback
|
|
In Debian, it appears the file you are looking for is:
It might be different in a different distro (though I think that is not much likely). Good luck. | |||
|
feedback
|
|
See
So, put your system configurations in this file. Type | |||
|
feedback
|