diff --git a/docs/overview.rst b/docs/overview.rst index 6de55b983..e0fc0c946 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -257,10 +257,11 @@ Shell integration --------------------------------- kitty has the ability to integrate closely within common shells, such as `zsh -`_ and `bash `_ to enable -features such as jumping to previous prompts in the scrollback, viewing the -output of the last command in :program:`less`, using the mouse to move the cursor -while editing prompts, etc. See :doc:`shell-integration` for details. +`_, `fish `_ and `bash +`_ to enable features such as jumping to +previous prompts in the scrollback, viewing the output of the last command in +:program:`less`, using the mouse to move the cursor while editing prompts, etc. +See :doc:`shell-integration` for details. .. toctree:: :hidden: diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index bebb0e100..aa7cdc349 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -2,3 +2,9 @@ Shell integration ====================== + +kitty has the ability to integrate closely within common shells, such as `zsh +`_, `fish `_ and `bash +`_ to enable features such as jumping to +previous prompts in the scrollback, viewing the output of the last command in +:program:`less`, using the mouse to move the cursor while editing prompts, etc.