Thursday, April 8, 2010

Re: common vimrc for users and super user

On Fri, April 9, 2010 4:06 am, joy c wrote:
> How can I have a command .vimrc , plugins and other vim settings
> common to both users and root user?
>
> Currently I have everything set up with my username when I su to root
> all my vim settings are gone.

Besides the other tips, you have this possibility:

If you use sudo -s to become root, your environment shouldn't change
and you should still be able to use your ~user/.vimrc (since $HOME does
still refer to your original home)

sudo -i on the other hand does re-initialize the environment and $HOME
will be set to the home of the new user.

regards,
Christian

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: