Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 328 Bytes

tip38.md

File metadata and controls

8 lines (7 loc) · 328 Bytes

38. Manage Hidden Files

Command Effect
:w[rite] Write the contents of the buffer to disk
:e[dit]! Read the file from disk back into the buffer (that is, revert changes)
:qa[ll]! Close all windows, discarding changes without warning
:wa[ll] Write all modified buffers to disk