Vim |> Reload Current File
A quick way to reload the file without having to close and reopen Vim
command :e (short for :edit)
:edit! means you want discard local changes (changes in Vim) and reload file.
References:
A quick way to reload the file without having to close and reopen Vim
command :e (short for :edit)
:edit! means you want discard local changes (changes in Vim) and reload file.
References: