Vim vi how to reload a file your editing
Maiar’s Vault: Vim vi how to reload a file your editing.
5.8. How do I reload current file?
You can use the “:edit” command, without specifying a file name, to reload
the current file. If you have made modifications to the file, you can use
“:edit!” to force the reload of the current file (you will lose your modifications).
For more information, read: http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl#5.8
:help :edit :help :edit! :help 'confirm'
Follow Us!