1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00

docs: add a keyword to help find an option

'tab index' doesn't find this due to the '_' characters, so I've added a phrase without them
This commit is contained in:
Evgeny 2021-12-21 22:54:57 +07:00 committed by Wez Furlong
parent d2e73e10cf
commit 123cb6dccb

View File

@ -1,6 +1,6 @@
# `show_tab_index_in_tab_bar = true`
When set to `true` (the default), tab titles show their tab number with a
When set to `true` (the default), tab titles show their tab number (tab index) with a
prefix such as `1:`. When false, no numeric prefix is shown.
The [tab_and_split_indices_are_zero_based](tab_and_split_indices_are_zero_based.md) setting controls whether numbering starts with `0` or `1`.