Recarregar automaticamente .vimrc após escrever

Adicione o seguinte ao seu arquivo $ {HOME} /. Vimrc

" Source the vimrc file after saving it
if has("
autocmd")
autocmd bufwritepost .vimrc source $MYVIMRC

endif

Se você editar seu .vimrc, ele será recarregado automaticamente assim que você o escrever. Isso faz alterações em .vimrc dinâmico e você não precisa reiniciar o vim.