mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Fix a link in the conf docs
This commit is contained in:
@@ -44,8 +44,9 @@ def expand_opt_references(conf_name: str, text: str) -> str:
|
|||||||
def remove_markup(text: str) -> str:
|
def remove_markup(text: str) -> str:
|
||||||
ref_map = {
|
ref_map = {
|
||||||
'layouts': f'{website_url("overview")}#layouts',
|
'layouts': f'{website_url("overview")}#layouts',
|
||||||
'sessions': f'{website_url("overview")}#layouts',
|
'sessions': f'{website_url("overview")}#startup-sessions',
|
||||||
'functional': f'{website_url("keyboard-protocol")}#functional-key-definitions',
|
'functional': f'{website_url("keyboard-protocol")}#functional-key-definitions',
|
||||||
|
'action-select_tab': f'{website_url("actions")}#select-tab',
|
||||||
}
|
}
|
||||||
|
|
||||||
def sub(m: Match) -> str:
|
def sub(m: Match) -> str:
|
||||||
|
|||||||
@@ -879,8 +879,8 @@ The tab bar style, can be one of: :code:`fade`, :code:`separator`,
|
|||||||
into the background color, in the separator style, tabs are separated by a
|
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.
|
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
|
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
|
:ref:`action-select_tab` action which presents you with a list of tabs
|
||||||
easy switching to a tab.
|
and allows for easy switching to a tab.
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user