vim reload vimrc
:source ~/.vimrc
vim reload file
:e (short for :edit)
use :e! or :edit! to discard changes and reload
reload vim
:so %
is better if you are working on a plugin.
else:
:so <your vimrc path>
vim reload file
The command you want is :e (short for :edit). If you use :edit! it will discard local changes and reload.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us