From 0cfc398a1ae604e1961b27e2cda6b8f68add68ae Mon Sep 17 00:00:00 2001 From: Olivier Perret Date: Mon, 24 Feb 2020 09:41:51 +0100 Subject: [PATCH] Document 'arrange-buffers' command --- doc/pages/commands.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index e6bf5804..e83cdf40 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -14,6 +14,12 @@ command *q!* has to be used). Aliases are mentionned below each commands. For the following *write* commands, the *-sync* switch forces the synchronization of the file onto the filesystem +*arrange-buffers* ...:: + Reorder the buffers in the buffers list. + The named buffers will be moved to the front of the buffer list, in the order + given. Buffers that do not appear in the parameters will remain at the + end of the list, keeping their current order. + *change-directory* []:: *alias* cd + change the current directory to *directory*, or the home directory if @@ -338,7 +344,7 @@ but not really useful in that context. *-title* ::: set the title of the message box - + *-markup*::: parse markup in both title (if provided) and text. (See <>) @@ -369,7 +375,7 @@ but not really useful in that context. *select* [] .,....:: replace the current selections with the ones described in the arguments - + *-timestamp* ::: specify which buffer timestamp those coordinates apply to. Uses current buffer timestamp if not specified.