From 213888da749cf27e601063471f0d0bdb74e23249 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 28 Jul 2016 00:17:55 +0100 Subject: [PATCH] Document namesession command --- README.asciidoc | 1 + doc/manpages/commands.asciidoc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index df171e3c..4452fb00 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -641,6 +641,7 @@ command `q!` has to be used). * `colorscheme `: load named colorscheme. * `nameclient `: set current client name * `namebuf `: set current buffer name + * `namesession `: set current session name * `echo [options] `: show in status line, with the following options: ** `-color` : print the given text with , most commonly `Error` or `Information` ** `-markup`: expand the markup strings in diff --git a/doc/manpages/commands.asciidoc b/doc/manpages/commands.asciidoc index 870d6027..06356f87 100644 --- a/doc/manpages/commands.asciidoc +++ b/doc/manpages/commands.asciidoc @@ -63,6 +63,9 @@ command *q!* has to be used). *namebuf* :: set current buffer name +*namesession* :: + set current session name + *echo* [options] :: show *text* in status line, with the following *options*: