Add a note about completions for the SSH kitten

This commit is contained in:
Kovid Goyal 2021-06-25 08:02:28 +05:30
parent 13c58536be
commit e83be21756
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 2 deletions

View File

@ -54,6 +54,8 @@ type it each time::
alias ssh="kitty +kitten ssh"
Remember to also setup :ref:`completion`.
If for some reason that does not work (typically because the server is using a
non POSIX compliant shell as ``/bin/sh``), you can try using it with ``python``
instead::

View File

@ -345,8 +345,6 @@ Frequently Asked Questions
The list of Frequently Asked Questions (*FAQ*) is :doc:`available here <faq>`.
.. _completion:
Cool integrations for kitty with other CLI tools
--------------------------------------------------
@ -356,6 +354,8 @@ kitty provides extremely powerful interfaces such as :doc:`remote-control` and
that allow it to be integrated with other tools seamlessly. For a list of such
user created integrations, see: :doc:`integrations`.
.. _completion:
Completion for kitty
---------------------------------