2019-10-05 18:54:22 +00:00
|
|
|
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
|
|
|
|
|
|
|
|
#: Tab bar {{{
|
|
|
|
|
|
|
|
tab_bar_edge bottom
|
|
|
|
|
|
|
|
#: Which edge to show the tab bar on, top or bottom
|
|
|
|
|
|
|
|
tab_bar_margin_width 0.0
|
|
|
|
|
|
|
|
#: The margin to the left and right of the tab bar (in pts)
|
|
|
|
|
2021-10-04 19:04:08 +00:00
|
|
|
tab_bar_style powerline
|
2019-10-05 18:54:22 +00:00
|
|
|
|
|
|
|
#: The tab bar style, can be one of: fade, separator or hidden. In the
|
|
|
|
#: fade style, each tab's edges fade into the background color, in the
|
|
|
|
#: separator style, tabs are separated by a configurable separator.
|
|
|
|
|
|
|
|
tab_bar_min_tabs 2
|
|
|
|
|
|
|
|
#: The minimum number of tabs that must exist before the tab bar is
|
|
|
|
#: shown
|
|
|
|
|
|
|
|
tab_switch_strategy previous
|
|
|
|
|
|
|
|
#: The algorithm to use when switching to a tab when the current tab
|
|
|
|
#: is closed. The default of previous will switch to the last used
|
|
|
|
#: tab. A value of left will switch to the tab to the left of the
|
|
|
|
#: closed tab. A value of last will switch to the right-most tab.
|
|
|
|
|
|
|
|
tab_fade 0.25 0.5 0.75 1
|
|
|
|
|
|
|
|
#: Control how each tab fades into the background when using fade for
|
|
|
|
#: the tab_bar_style. Each number is an alpha (between zero and one)
|
|
|
|
#: that controls how much the corresponding cell fades into the
|
|
|
|
#: background, with zero being no fade and one being full fade. You
|
|
|
|
#: can change the number of cells used by adding/removing entries to
|
|
|
|
#: this list.
|
|
|
|
|
|
|
|
tab_separator " ┇"
|
|
|
|
|
|
|
|
#: The separator between tabs in the tab bar when using separator as
|
|
|
|
#: the tab_bar_style.
|
|
|
|
|
2021-10-04 19:04:08 +00:00
|
|
|
tab_powerline_style angled
|
|
|
|
|
|
|
|
#: The powerline separator style between tabs in the tab bar when using
|
|
|
|
#: powerline as the tab_bar_style, can be one of: angled, slanted, or round.
|
|
|
|
|
|
|
|
tab_title_template {index}: {title}
|
2019-10-05 18:54:22 +00:00
|
|
|
|
|
|
|
#: A template to render the tab title. The default just renders the
|
|
|
|
#: title. If you wish to include the tab-index as well, use something
|
|
|
|
#: like: {index}: {title}. Useful if you have shortcuts mapped for
|
|
|
|
#: goto_tab N.
|
|
|
|
|
2021-10-04 19:04:08 +00:00
|
|
|
active_tab_foreground #00FF66
|
|
|
|
active_tab_background #000
|
|
|
|
active_tab_font_style bold
|
|
|
|
inactive_tab_foreground #fff
|
|
|
|
inactive_tab_background #000
|
2019-10-05 18:54:22 +00:00
|
|
|
inactive_tab_font_style normal
|
|
|
|
|
|
|
|
#: Tab bar colors and styles
|
|
|
|
|
2021-10-04 19:04:08 +00:00
|
|
|
tab_bar_background none
|
|
|
|
|
|
|
|
#: Background color for the tab bar. Defaults to using the terminal background color.
|
|
|
|
|
2019-10-05 18:54:22 +00:00
|
|
|
#: }}}
|