Edit Vimrc Without Knowing Exact Path
To load the config:
:e $MYVIMRC
To apply the changes (without restarting vim):
:source %
On Software Engineering, Cloud Computing, Technical Training.
To load the config:
:e $MYVIMRC
To apply the changes (without restarting vim):
:source %