Document 'arrange-buffers' command
This commit is contained in:
parent
5c116ab850
commit
0cfc398a1a
|
@ -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
|
For the following *write* commands, the *-sync* switch forces the synchronization
|
||||||
of the file onto the filesystem
|
of the file onto the filesystem
|
||||||
|
|
||||||
|
*arrange-buffers* <buffer>...::
|
||||||
|
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* [<directory>]::
|
*change-directory* [<directory>]::
|
||||||
*alias* cd +
|
*alias* cd +
|
||||||
change the current directory to *directory*, or the home directory if
|
change the current directory to *directory*, or the home directory if
|
||||||
|
@ -338,7 +344,7 @@ but not really useful in that context.
|
||||||
|
|
||||||
*-title* <text>:::
|
*-title* <text>:::
|
||||||
set the title of the message box
|
set the title of the message box
|
||||||
|
|
||||||
*-markup*:::
|
*-markup*:::
|
||||||
parse markup in both title (if provided) and text. (See
|
parse markup in both title (if provided) and text. (See
|
||||||
<<faces#markup-strings,`:doc faces markup-strings`>>)
|
<<faces#markup-strings,`:doc faces markup-strings`>>)
|
||||||
|
@ -369,7 +375,7 @@ but not really useful in that context.
|
||||||
|
|
||||||
*select* [<switches>] <anchor_line>.<anchor_column>,<cursor_line>.<cursor_column>...::
|
*select* [<switches>] <anchor_line>.<anchor_column>,<cursor_line>.<cursor_column>...::
|
||||||
replace the current selections with the ones described in the arguments
|
replace the current selections with the ones described in the arguments
|
||||||
|
|
||||||
*-timestamp* <timestamp>:::
|
*-timestamp* <timestamp>:::
|
||||||
specify which buffer timestamp those coordinates apply to. Uses current
|
specify which buffer timestamp those coordinates apply to. Uses current
|
||||||
buffer timestamp if not specified.
|
buffer timestamp if not specified.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user