up vote 0 down vote favorite
share [g+] share [fb]

Since I am not the root user I cannot edit the /etc/vimrc file. I need to specify some vim parameters for my account. for example

set number;

how can i set these variables to my user account configuration for vim?

link|improve this question

68% accept rate
feedback

2 Answers

up vote 5 down vote accepted

Use ~/.vimrc.

link|improve this answer
feedback

you can edit your own .vimrc file, then save it to ~/.vimrc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.