Add a new mappable select_tab action to choose a tab to switch to even when the tab bar is hidden

Fixes #3115
This commit is contained in:
Kovid Goyal
2020-11-21 14:52:18 +05:30
parent 05eb07caf5
commit 6409786f8d
3 changed files with 36 additions and 0 deletions

View File

@@ -862,6 +862,8 @@ o('tab_bar_style', 'fade', option_type=choices('fade', 'separator', 'powerline',
The tab bar style, can be one of: :code:`fade`, :code:`separator`, :code:`powerline`, or :code:`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, and the powerline shows the tabs as a continuous line.
If you use the hidden style, you might want to create a mapping for the :code:`select_tab` action which
presents you with a list of tabs and allows for easy switching to a tab.
'''))