summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-14 13:36:42 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-14 13:36:42 +0200
commit942effc635918f0a54dd735c43842aaf5f306c0b (patch)
treebda6c425a6a5bb278cb3158aaf2210d0b019ed97
parent3832d9b8ed55485cdb7184a95b51418285514ef3 (diff)
downloadqutebrowser-942effc635918f0a54dd735c43842aaf5f306c0b.tar.gz
qutebrowser-942effc635918f0a54dd735c43842aaf5f306c0b.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/commands.asciidoc3
2 files changed, 4 insertions, 1 deletions
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