From 942effc635918f0a54dd735c43842aaf5f306c0b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 14 Jun 2022 13:36:42 +0200 Subject: Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/commands.asciidoc | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 32940da44..da19f347b 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -70,6 +70,8 @@ Changed `--select-first`. - New `search.wrap_messages` setting, making it possible to disable search wrapping messages. +- The `:session-save` command now has a new `--no-history` flag, to exclude tab + history. - New widgets for `statusbar.widgets`: * `clock`, showing the current time * `search_match`, showing the current match and total count when finding text diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index d38bb5a87..aaafa9188 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1262,7 +1262,7 @@ Load a session. [[session-save]] === session-save -Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] [*--with-private*] ['name']+ +Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] [*--with-private*] [*--no-history*] ['name']+ Save a session. @@ -1276,6 +1276,7 @@ Save a session. * +*-f*+, +*--force*+: Force saving internal sessions (starting with an underline). * +*-o*+, +*--only-active-window*+: Saves only tabs of the currently active window. * +*-p*+, +*--with-private*+: Include private windows. +* +*-n*+, +*--no-history*+: Don't store tab history. [[set]] === set -- cgit v1.2.3-54-g00ecf