Move shell integration docs into own file

This commit is contained in:
Kovid Goyal 2021-07-15 10:28:02 +05:30
parent a00e4ebe3f
commit 8a9234ba4f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 19 additions and 0 deletions

View File

@ -252,6 +252,21 @@ If you wish to store very large amounts of scrollback to view using the piping o
:sc:`show_scrollback` features, you can use the :opt:`scrollback_pager_history_size`
option.
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 less, using the mouse to move the cursor
while editing prompts, etc. See :doc:`shell-integration` for details.
.. toctree::
:hidden:
shell-integration
.. _cpbuf:
Multiple copy/paste buffers

View File

@ -0,0 +1,4 @@
.. _shell_integration:
Shell integration
======================