Last Updated: February 25, 2016
·
1.445K
· wolfy87

Reload all buffers in Vim

It's pretty simple, but useful if you have just done some broad changes with git or something.

:bufdo e

Watch out though, if you have a lot of buffers open you might be there a while.