Today I Learn

Today I Learn

Snippets, Tips, Links

14 May 2020

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: