diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index b05acd09..908a3d70 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -391,9 +391,10 @@ use_bookmarks_method = # you will go on the previous tab if that option is true #go_to_previous_tab_on_alt_number = false -# If true, a vertical list of tabs, with their name, is displayed on the left of -# the screen. -#enable_vertical_tab_list = false +# 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. +#enable_vertical_tab_list = true # Horizontal size of the vertical tab list #vertical_tab_list_size = 20 |