From 243edcd37d6528d155420d482eca892598e12b51 Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Sun, 29 Jun 2014 22:48:15 +0200 Subject: [PATCH] document :writeall command in README --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index 9495173a..f655e08e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -396,6 +396,7 @@ Commands are entered using +:+. use edit! to force reloading. * +w[rite] []+: write buffer to 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