diff --git a/README.asciidoc b/README.asciidoc index a33738589..0123e6271 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -275,6 +275,7 @@ Contributors, sorted by the number of commits in descending order: * Dietrich Daroch * Derek Sivers * Daniel Lu +* Daniel Fiser * Arseniy Seroka * Andy Balaam * Andreas Fischer diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 74b802dfb..86485b7de 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -723,7 +723,8 @@ Load a session. [[session-save]] === session-save -Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] ['name']+ +Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] + ['name']+ Save a session. diff --git a/qutebrowser/misc/sessions.py b/qutebrowser/misc/sessions.py index 437275b4c..d3bb2b3ce 100644 --- a/qutebrowser/misc/sessions.py +++ b/qutebrowser/misc/sessions.py @@ -436,6 +436,7 @@ class SessionManager(QObject): current: Save the current session instead of the default. quiet: Don't show confirmation message. force: Force saving internal sessions (starting with an underline). + only_active_window: Saves only tabs of the currently active window. """ if (name is not default and name.startswith('_') and # pylint: disable=no-member