diff options
author | Constantine Theocharis <kontheocharis@gmail.com> | 2020-06-09 14:52:15 +0100 |
---|---|---|
committer | Constantine Theocharis <kontheocharis@gmail.com> | 2020-06-09 14:52:15 +0100 |
commit | ca14a91741f04fbbd1c40263dab256ed15a030d2 (patch) | |
tree | c2f6e7819828c87ac3af0d6502d799f5d8d6d960 /doc | |
parent | e594c0cb5897bf7f436003da69f5c1e872336848 (diff) | |
download | qutebrowser-ca14a91741f04fbbd1c40263dab256ed15a030d2.tar.gz qutebrowser-ca14a91741f04fbbd1c40263dab256ed15a030d2.zip |
Change in_mode to in-mode everywhere
Diffstat (limited to 'doc')
-rw-r--r-- | doc/help/settings.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 82588c9a0..718377c4f 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -3576,7 +3576,7 @@ Valid values: * +always+: Always show the statusbar. * +never+: Always hide the statusbar unless a message is shown. - * +in_mode+: Only show the statusbar when in modes other than normal mode or when a message is shown. + * +in-mode+: Only show the statusbar when in modes other than normal mode or when a message is shown. Default: +pass:[always]+ |