Start documenting shell integration

This commit is contained in:
Kovid Goyal 2021-07-20 10:08:33 +05:30
parent 7cd05ad76b
commit c98e4eb478
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 11 additions and 4 deletions

View File

@ -257,10 +257,11 @@ Shell integration
--------------------------------- ---------------------------------
kitty has the ability to integrate closely within common shells, such as `zsh kitty has the ability to integrate closely within common shells, such as `zsh
<https://www.zsh.org/>`_ and `bash <https://www.gnu.org/software/bash/>`_ to enable <https://www.zsh.org/>`_, `fish <https://fishshell.com>`_ and `bash
features such as jumping to previous prompts in the scrollback, viewing the <https://www.gnu.org/software/bash/>`_ to enable features such as jumping to
output of the last command in :program:`less`, using the mouse to move the cursor previous prompts in the scrollback, viewing the output of the last command in
while editing prompts, etc. See :doc:`shell-integration` for details. :program:`less`, using the mouse to move the cursor while editing prompts, etc.
See :doc:`shell-integration` for details.
.. toctree:: .. toctree::
:hidden: :hidden:

View File

@ -2,3 +2,9 @@
Shell integration Shell integration
====================== ======================
kitty has the ability to integrate closely within common shells, such as `zsh
<https://www.zsh.org/>`_, `fish <https://fishshell.com>`_ and `bash
<https://www.gnu.org/software/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.