Answers for "vim reload vimrc"

1

vim reload vimrc

:source ~/.vimrc
Posted by: Guest on October-23-2020
0

reload vim

:so %
is better if you are working on a plugin.
else:
:so <your vimrc path>
Posted by: Guest on October-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language