diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:50:36 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:50:36 +0200 |
commit | fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2 (patch) | |
tree | ea280ef9d069f69a41da778351ee44b3daa7b9d6 /doc | |
parent | 41db37eb26258653e4b9a19b762515d6aca8218e (diff) | |
download | poezio-fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2.tar.gz poezio-fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2.tar.bz2 poezio-fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2.tar.xz poezio-fe7d68cad113652c1ec8b4186e0c0c111a9fbcf2.zip |
Enable the vertical tabs by default
It looks *modern*!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 86264bd7..62c71476 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -673,10 +673,11 @@ or the way messages are displayed. enable_vertical_tab_list - **Default value:** ``false`` + **Default value:** ``true`` - If ``true``, a vertical list of tabs, with their name, is displayed on the left of - the screen. + If ``true``, a vertical list of tabs, with their name, is displayed on + the left of the screen. Otherwise, it is a horizontal bar with just + the tab numbers above the input bar. max_nick_length |