From 71fef270f3f8e31a5ea77657e8f69aa5d205afa5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Nov 2025 22:59:53 +0530 Subject: [PATCH] Fix #9196 --- docs/overview.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/overview.rst b/docs/overview.rst index b83bc022d..be315b8d5 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -96,12 +96,16 @@ used to create programs that leverage kitty's powerful features, for example, You can :doc:`create your own kittens to scratch your own itches `. -For a list of all the builtin kittens, :ref:`see here `. +For a list of all the builtin kittens, run ``kitten`` in kitty, or to browse +some of the more prominent ones, see :ref:`see here `. Additionally, you can use the :ref:`watchers ` framework to create Python scripts that run in response to various events such as windows being resized, closing, having their titles changed, etc. +Finally, there is remote control which allows you to control kitty from +anywhere, even across a network! See below for more about remote control. + .. toctree:: :hidden: