Reputation: 6094
C-x C-s saves only the current buffer.
How do I save all files (or all buffers)?
Upvotes: 11
Views: 6375
Press C-x, s, and then choose "!" for saving all buffers.
Upvotes: 26
Reputation: 444
Another way might be using list-buffers:
With ibuffer, it is slightly different:
Upvotes: 8