diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 1f804b03c..28e8a5ad9 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -23,6 +23,8 @@ Added - Caret/visual mode is now supported for QtWebEngine. - A new `qute://bindings` page, opened by `:bind`, shows all keybindings. +- `:session-load` has a new `--delete` flag which deletes the + session after loading it. Changed ~~~~~~~ diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 1008de1bf..1d7ac608d 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1068,7 +1068,7 @@ Delete a session. [[session-load]] === session-load -Syntax: +:session-load [*--clear*] [*--temp*] [*--force*] 'name'+ +Syntax: +:session-load [*--clear*] [*--temp*] [*--force*] [*--delete*] 'name'+ Load a session. @@ -1080,6 +1080,7 @@ Load a session. * +*-t*+, +*--temp*+: Don't set the current session for :session-save. * +*-f*+, +*--force*+: Force loading internal sessions (starting with an underline). +* +*-d*+, +*--delete*+: Delete the saved session once it has loaded. [[session-save]] === session-save