Start documenting shell integration
This commit is contained in:
parent
7cd05ad76b
commit
c98e4eb478
2 changed files with 11 additions and 4 deletions
|
|
@ -257,10 +257,11 @@ Shell integration
|
|||
---------------------------------
|
||||
|
||||
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
|
||||
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.
|
||||
<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.
|
||||
See :doc:`shell-integration` for details.
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
|
|
|||
|
|
@ -2,3 +2,9 @@
|
|||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue