How can I have changes in my vimrc take effect 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.
|
You can just source it, like this:
Also, for convenience, it usually gets mapped to something quicker to type:
And then of course, it would be nice to open vimrc a little quicker:
|
|||||||||||||||
|
|
You can automate this by creating an autocmd that sources the .vimrc file every time it is saved:
|
|||||
|