summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-12-09 16:43:23 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-12-09 16:43:23 +0100
commit2e25595aec8c80cb2979acba50604345b79c1170 (patch)
tree16b7855b1e363ac1ef58fbc8e62e8ff368ddcf35 /src/config.py
parented7fe693b4e2a4354a7db58d03bc74f155f1ad71 (diff)
downloadpoezio-2e25595aec8c80cb2979acba50604345b79c1170.tar.gz
poezio-2e25595aec8c80cb2979acba50604345b79c1170.tar.bz2
poezio-2e25595aec8c80cb2979acba50604345b79c1170.tar.xz
poezio-2e25595aec8c80cb2979acba50604345b79c1170.zip
Introduce the go_to_previous_tab_on_alt_number option
fix #2841
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index 563c16be..eaadb9d6 100644
--- a/src/config.py
+++ b/src/config.py
@@ -58,6 +58,7 @@ DEFAULT_CONFIG = {
'extract_inline_images': True,
'filter_info_messages': '',
'force_encryption': True,
+ 'go_to_previous_tab_on_alt_number': False,
'group_corrections': True,
'hide_exit_join': -1,
'hide_status_change': 120,