The command to refresh a file from version on disk is :e!
:e!
How can I do the same for all files in the buffer?
Background: I need that because I am u
As @Matthew S Mentioned here https://vi.stackexchange.com/a/462, you can use:
:set noconfirm :bufdo !e :set confirm