Document namesession command
This commit is contained in:
parent
2425f4a781
commit
213888da74
|
@ -641,6 +641,7 @@ command `q!` has to be used).
|
||||||
* `colorscheme <name>`: load named colorscheme.
|
* `colorscheme <name>`: load named colorscheme.
|
||||||
* `nameclient <name>`: set current client name
|
* `nameclient <name>`: set current client name
|
||||||
* `namebuf <name>`: set current buffer name
|
* `namebuf <name>`: set current buffer name
|
||||||
|
* `namesession <name>`: set current session name
|
||||||
* `echo [options] <text>`: show <text> in status line, with the following options:
|
* `echo [options] <text>`: show <text> in status line, with the following options:
|
||||||
** `-color` <face>: print the given text with <face>, most commonly `Error` or `Information`
|
** `-color` <face>: print the given text with <face>, most commonly `Error` or `Information`
|
||||||
** `-markup`: expand the markup strings in <text>
|
** `-markup`: expand the markup strings in <text>
|
||||||
|
|
|
@ -63,6 +63,9 @@ command *q!* has to be used).
|
||||||
*namebuf* <name>::
|
*namebuf* <name>::
|
||||||
set current buffer name
|
set current buffer name
|
||||||
|
|
||||||
|
*namesession* <name>::
|
||||||
|
set current session name
|
||||||
|
|
||||||
*echo* [options] <text>::
|
*echo* [options] <text>::
|
||||||
show *text* in status line, with the following *options*:
|
show *text* in status line, with the following *options*:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user