summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonas Schäfer <j.wielicki@sotecware.net>2020-05-10 11:21:27 +0200
committerJonas Schäfer <j.wielicki@sotecware.net>2020-05-12 22:26:51 +0200
commita15e52dc39e7c916804c788ff1e832fd6f58c735 (patch)
tree6221a2730fbb015c56a66873b5a9916aef264805 /data
parenteab4615fe046d40aefdf4cd18643f99183fc4aba (diff)
downloadpoezio-a15e52dc39e7c916804c788ff1e832fd6f58c735.tar.gz
poezio-a15e52dc39e7c916804c788ff1e832fd6f58c735.tar.bz2
poezio-a15e52dc39e7c916804c788ff1e832fd6f58c735.tar.xz
poezio-a15e52dc39e7c916804c788ff1e832fd6f58c735.zip
Add option to show only the unique prefix of tab names
When the set of tabs used fluctuate, the memory of which number belongs to which chat becomes difficult to work with. Non-numbers can be used to navigate tabs with `/win`, however, it is difficult to know which letters are required to select a certain tab. This option introduces a display mode for tab names where only the unique prefix of the tab name is shown, saving space and providing with a minimal string which can be used with `/win`.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 908a3d70..aef4d62a 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -548,6 +548,13 @@ use_bookmarks_method =
# “true” should be the most comfortable value
#lazy_resize = true
+# If set to true and if show_tab_names is set, the info bar will only show
+# the unique prefix of each tab name instead of the full name. This saves a
+# lot of space if many tabs exist or are active.
+# Best used with the `/wup` command or the `_go_to_room_name` action to select
+# a tab based on the prefix.
+#unique_prefix_tab_names = false
+
[bindings]
# Bindings are keyboard shortcut aliases. You can use them
# to define your own keys and bind them with some functions