From be110fb38c26fb0f916f1da040b11d31bd2902da Mon Sep 17 00:00:00 2001 From: pagedown Date: Wed, 1 Dec 2021 15:46:16 +0800 Subject: [PATCH] Docs: wrap long document lines --- kitty/options/definition.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index e5dcb0ab3..b9e5e65ca 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -957,15 +957,18 @@ The tab bar style, can be one of: :code:`separator` Tabs are separated by a configurable separator (see :opt:`tab_separator`) :code:`powerline` - Tabs are shown as a continuous line with "fancy" separators (see :opt:`tab_powerline_style`) + Tabs are shown as a continuous line with "fancy" separators + (see :opt:`tab_powerline_style`) :code:`custom` - A user-supplied Python function called draw_tab is loaded from the file :file:`tab_bar.py` - in the kitty config directory. For examples of how to write such a function see the functions - named :code:`draw_tab_with_*` in tab_bar.py in the kitty source code. + A user-supplied Python function called draw_tab is loaded from the file + :file:`tab_bar.py` in the kitty config directory. For examples of how to + write such a function, see the functions named :code:`draw_tab_with_*` in + kitty‘s source code: :file:`kitty/tab_bar.py`. :code:`hidden` - The tab bar is hidden. If you use this, you might want to create a mapping - for the :ref:`action-select_tab` action which presents you with a list - of tabs and allows for easy switching to a tab. + The tab bar is hidden. If you use this, you might want to create a + mapping for the :ref:`action-select_tab` + action which presents you with a list of tabs and allows for easy + switching to a tab. ''' )