summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-04-23 14:33:14 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2020-04-23 14:33:21 +0200
commitb98f140c381eac2abdcc41687c41080bf2ca46b5 (patch)
tree6e07c1a31ca14aa71a75fe982af90cf2a91ec068 /doc
parent16fee4135a4270264cd2cd9944148ad66081c8fb (diff)
downloadpoezio-b98f140c381eac2abdcc41687c41080bf2ca46b5.tar.gz
poezio-b98f140c381eac2abdcc41687c41080bf2ca46b5.tar.bz2
poezio-b98f140c381eac2abdcc41687c41080bf2ca46b5.tar.xz
poezio-b98f140c381eac2abdcc41687c41080bf2ca46b5.zip
[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/usage.rst26
1 files changed, 12 insertions, 14 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 86936d03..6caf2728 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -15,20 +15,11 @@ Tab list
There are two ways of showing the open tabs:
-Horizontal list
-^^^^^^^^^^^^^^^
-
-This is the default method.
-
-On all tabs, you get a line showing the the list of all opened tabs. Each tab
-has a number, each time you open a new tab, it gets the next available number.
-
-.. figure:: ./images/tab_bar.png
- :alt: Example of 5 opened tabs
-
Vertical list
^^^^^^^^^^^^^
+This is the default method.
+
On all tabs, you get a pane on the left side of the screen that shows a list
of the opened tabs. As stated above, each tab has a number, and each time you
open a new tab, it gets the next available number.
@@ -36,10 +27,17 @@ open a new tab, it gets the next available number.
.. figure:: ./images/vert_tabs.png
:alt: Example of the vertical tab bar
+Horizontal list
+^^^^^^^^^^^^^^^
+
+On all tabs, you get a line showing the the list of all opened tabs. Each tab
+has a number, each time you open a new tab, it gets the next available number.
+
+.. figure:: ./images/tab_bar.png
+ :alt: Example of 5 opened tabs
-This mode is enabled by setting the
-:term:`enable_vertical_tab_list` option to ``true`` in the
-configuration file.
+This mode is enabled by setting the :term:`enable_vertical_tab_list`
+option to ``false`` in the configuration file.
Options for the tab list
^^^^^^^^^^^^^^^^^^^^^^^^