I'm relatively new to Vimperator and have started adding preferences to my .vimperatorrc file. Is there a way of reloading this file without having to restart Firefox?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

You can load additions to your ~/.vimperatorrc with

:source ~/.vimperatorrc

Note if you removed some setting from your configuration file, after sourcing the new file the old option settings will still be in place if they are not overwritten with some new setting, since basically :source just runs the configuration file as if you would enter them at the prompt.

link|improve this answer
Excellent, thanks! – Charles Roper Mar 22 '10 at 16:55
Also, autocommand statements add up, but you can remove all of them using au! before reloading your .vimperratorrc. – blueyed Aug 26 '10 at 10:57
feedback

Your Answer

 
or
required, but never shown

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