重新加载 vimrc

本文转载至:http://dailyvim.blogspot.com/2008/11/reload-vimrc.html

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

你可能感兴趣的:(编辑器)