mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 09:21:30 +03:00
Merge pull request #172 from alexherbo2/document-writeall-command
document :writeall command in README
This commit is contained in:
commit
e51223e8e5
@ -396,6 +396,7 @@ Commands are entered using +:+.
|
|||||||
use edit! to force reloading.
|
use edit! to force reloading.
|
||||||
* +w[rite] [<filename>]+: write buffer to <filename> or use it's name if
|
* +w[rite] [<filename>]+: write buffer to <filename> or use it's name if
|
||||||
filename is not given.
|
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
|
* +q[uit]+: exit Kakoune, use quit! to force quitting even if there is some
|
||||||
unsaved buffers remaining.
|
unsaved buffers remaining.
|
||||||
* +wq+: write current buffer and quit
|
* +wq+: write current buffer and quit
|
||||||
|
Loading…
Reference in New Issue
Block a user