I want to edit .vimrc file from Vim and apply them without restarting Vim.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Yes, just use the If you want vim to auto-reload your configuration, you must add the following commands :
the grouping of autocommand is here to avoid "exponential" reloading if you save several times your configuration. |
|||||||
|
|
Here's a more cross-platform compatible version if you run on Mac/Windows/Linux and
The autocmd watches all potential |
|||||||||||
|
this will automatic reload all config in _vimrc file when you save |
|||
|
|