diff options
-rw-r--r-- | data/default_config.cfg | 1 | ||||
-rw-r--r-- | doc/source/configuration.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 5aa3fdcf..c9196979 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -375,6 +375,7 @@ go_to_previous_tab_on_alt_number = false # the screen. enable_vertical_tab_list = false +# Horizontal size of the vertical tab list vertical_tab_list_size = 20 # If set to desc, the tabs will be displayed from top to bottom in the list, diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 73dd7322..db2a843f 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -549,7 +549,7 @@ or the way messages are displayed. **Default value:** ``20`` - Size of the vertical tab list. + Horizontal size of the vertical tab list. vertical_tab_list_sort |