Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
fe7d68ca
Commit
fe7d68ca
authored
Aug 13, 2018
by
Link Mauve
Browse files
Enable the vertical tabs by default
It looks *modern*!
parent
41db37eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/default_config.cfg
View file @
fe7d68ca
...
...
@@ -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
...
...
doc/source/configuration.rst
View file @
fe7d68ca
...
...
@@ -673,10 +673,11 @@ or the way messages are displayed.
enable_vertical_tab_list
**Default value:** ``
fals
e``
**Default value:** ``
tru
e``
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
...
...
poezio/config.py
View file @
fe7d68ca
...
...
@@ -65,7 +65,7 @@ DEFAULT_CONFIG = {
'enable_user_mood'
:
True
,
'enable_user_nick'
:
True
,
'enable_user_tune'
:
True
,
'enable_vertical_tab_list'
:
Fals
e
,
'enable_vertical_tab_list'
:
Tru
e
,
'enable_xhtml_im'
:
True
,
'enable_smacks'
:
False
,
'eval_password'
:
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment