Enable the vertical tabs by default
It looks *modern*!
This commit is contained in:
parent
41db37eb26
commit
fe7d68cad1
3 changed files with 9 additions and 7 deletions
|
@ -391,9 +391,10 @@ use_bookmarks_method =
|
||||||
# you will go on the previous tab if that option is true
|
# you will go on the previous tab if that option is true
|
||||||
#go_to_previous_tab_on_alt_number = false
|
#go_to_previous_tab_on_alt_number = false
|
||||||
|
|
||||||
# If true, a vertical list of tabs, with their name, is displayed on the left of
|
# If true, a vertical list of tabs, with their name, is displayed on the left
|
||||||
# the screen.
|
# of the screen. Otherwise, it is a horizontal bar with just the tab numbers
|
||||||
#enable_vertical_tab_list = false
|
# above the input bar.
|
||||||
|
#enable_vertical_tab_list = true
|
||||||
|
|
||||||
# Horizontal size of the vertical tab list
|
# Horizontal size of the vertical tab list
|
||||||
#vertical_tab_list_size = 20
|
#vertical_tab_list_size = 20
|
||||||
|
|
|
@ -673,10 +673,11 @@ or the way messages are displayed.
|
||||||
|
|
||||||
enable_vertical_tab_list
|
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
|
If ``true``, a vertical list of tabs, with their name, is displayed on
|
||||||
the screen.
|
the left of the screen. Otherwise, it is a horizontal bar with just
|
||||||
|
the tab numbers above the input bar.
|
||||||
|
|
||||||
max_nick_length
|
max_nick_length
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ DEFAULT_CONFIG = {
|
||||||
'enable_user_mood': True,
|
'enable_user_mood': True,
|
||||||
'enable_user_nick': True,
|
'enable_user_nick': True,
|
||||||
'enable_user_tune': True,
|
'enable_user_tune': True,
|
||||||
'enable_vertical_tab_list': False,
|
'enable_vertical_tab_list': True,
|
||||||
'enable_xhtml_im': True,
|
'enable_xhtml_im': True,
|
||||||
'enable_smacks': False,
|
'enable_smacks': False,
|
||||||
'eval_password': '',
|
'eval_password': '',
|
||||||
|
|
Loading…
Reference in a new issue