Answers for "hot reload with vim"

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