document :writeall command in README

This commit is contained in:
Alex Leferry 2 2014-06-29 22:48:15 +02:00
parent 7aa78d726a
commit 243edcd37d

View File

@ -396,6 +396,7 @@ Commands are entered using +:+.
use edit! to force reloading.
* +w[rite] [<filename>]+: write buffer to <filename> or use it's name if
filename is not given.
* +w[rite]a[ll]+: write all buffers that are associated to a file.
* +q[uit]+: exit Kakoune, use quit! to force quitting even if there is some
unsaved buffers remaining.
* +wq+: write current buffer and quit