diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-12-09 16:43:23 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-12-09 16:43:23 +0100 |
commit | 2e25595aec8c80cb2979acba50604345b79c1170 (patch) | |
tree | 16b7855b1e363ac1ef58fbc8e62e8ff368ddcf35 /doc | |
parent | ed7fe693b4e2a4354a7db58d03bc74f155f1ad71 (diff) | |
download | poezio-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 'doc')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 737d463d..b32cbec3 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -316,6 +316,14 @@ to understand what is :ref:`carbons <carbons-details>` or If this is set to ``false``, you will no longer be subscribed to tune events, and the :term:`display_tune_notifications` option will be ignored. + go_to_previous_tab_on_alt_number + + **Default value:** ``false`` + + If this is set to ``true``, when Alt+x is pressed, where x is a + number, if you are already on the tab number x, you will jump to the + previously selected tab. Otherwise you’ll stay on the same tab. + group_corrections **Default value:** ``true`` |