From c98e4eb4787d43b031592f28d726e908b87d4ee9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Jul 2021 10:08:33 +0530 Subject: [PATCH] Start documenting shell integration --- docs/overview.rst | 9 +++++---- docs/shell-integration.rst | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) 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.