Saturday, July 17, 2010

reload vim configuration file

:source ~/.vimrc

You can quickly and easily reload your vimrc with the following command.

:source $MYVIMRC

If you want to know what your current vimrc is, just do the following.

:echo $MYVIMRC

Reference:
http://dailyvim.blogspot.com/2008/11/reload-vimrc.html

No comments: