vim:reload_.vimrc_file_without_restarting_vim

This is an old revision of the document!


VIM - Reload .vimrc file without restarting vim

:so %

NOTE:

  • %: Stands for the current file name.
    • See :h current-file.
  • :so: is short for :source, which reads the content of the specified file and treats it as Vim code.

Another method

Reload vimrc:

:source $MYVIMRC

Display the current vimrc:

:echo $MYVIMRC

returns:

home/peter/.vimrc
vim/reload_.vimrc_file_without_restarting_vim.1613409378.txt.gz · Last modified: 2021/02/15 17:16 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki