Update docs

This commit is contained in:
Florian Bruhin 2017-12-06 06:56:12 +01:00
parent 7a6d568c8c
commit 58212a7b15
2 changed files with 11 additions and 0 deletions

View File

@ -51,6 +51,8 @@ Added
- New `:edit-command` command to edit the commandline in an editor. - New `:edit-command` command to edit the commandline in an editor.
- New `tabs.persist_mode_on_change` setting to keep the current mode when - New `tabs.persist_mode_on_change` setting to keep the current mode when
switching tabs. switching tabs.
- New `session.lazy_restore` setting which allows to not load pages immediately
when restoring a session.
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -223,6 +223,7 @@
|<<scrolling.bar,scrolling.bar>>|Show a scrollbar. |<<scrolling.bar,scrolling.bar>>|Show a scrollbar.
|<<scrolling.smooth,scrolling.smooth>>|Enable smooth scrolling for web pages. |<<scrolling.smooth,scrolling.smooth>>|Enable smooth scrolling for web pages.
|<<session.default_name,session.default_name>>|Name of the session to save by default. |<<session.default_name,session.default_name>>|Name of the session to save by default.
|<<session.lazy_restore,session.lazy_restore>>|Load a restored tab as soon as it takes focus.
|<<spellcheck.languages,spellcheck.languages>>|Languages to use for spell checking. |<<spellcheck.languages,spellcheck.languages>>|Languages to use for spell checking.
|<<statusbar.hide,statusbar.hide>>|Hide the statusbar unless a message is shown. |<<statusbar.hide,statusbar.hide>>|Hide the statusbar unless a message is shown.
|<<statusbar.padding,statusbar.padding>>|Padding (in pixels) for the statusbar. |<<statusbar.padding,statusbar.padding>>|Padding (in pixels) for the statusbar.
@ -2565,6 +2566,14 @@ Type: <<types,SessionName>>
Default: empty Default: empty
[[session.lazy_restore]]
=== session.lazy_restore
Load a restored tab as soon as it takes focus.
Type: <<types,Bool>>
Default: +pass:[false]+
[[spellcheck.languages]] [[spellcheck.languages]]
=== spellcheck.languages === spellcheck.languages
Languages to use for spell checking. Languages to use for spell checking.