diff options
author | mathieui <mathieui@mathieui.net> | 2012-09-26 01:54:20 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-09-26 01:54:20 +0200 |
commit | 09ff076bc44eed93a570af29e04bdd720ce9569a (patch) | |
tree | 72343022025dca4af60c3ad61286a5b154820c71 /data | |
parent | 0bd55a27f2f14dd434c828f4a061f366b39dda92 (diff) | |
download | poezio-09ff076bc44eed93a570af29e04bdd720ce9569a.tar.gz poezio-09ff076bc44eed93a570af29e04bdd720ce9569a.tar.bz2 poezio-09ff076bc44eed93a570af29e04bdd720ce9569a.tar.xz poezio-09ff076bc44eed93a570af29e04bdd720ce9569a.zip |
Rewrite the tab number handling
- Now the tab number is computed instead of assigned and fixed
- Added tabs.GapTab to keep the old behaviour
- Added a create_gaps option, defaults to true (may change in the
future)
- If there are gaps before using /set to change the option to false,
they will be removed.
(this is a preparation for the move_tab command)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 8c09d90f..a2c62206 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -280,6 +280,11 @@ themes_dir = # theme will be used instead theme = +# Whether to create gaps when moving or closing a tab +# (a gap means that the number of your tabs does not depend of the previous tabs +# but only of the creation order) +create_gaps = true + # If true, a vertical list of tabs, with their name, is displayed on the left of # the screen. enable_vertical_tab_list = false |