Cleanup previous PR

This commit is contained in:
Kovid Goyal
2024-08-04 21:06:32 +05:30
parent d9741421a8
commit c852a56574
4 changed files with 128 additions and 91 deletions

View File

@@ -348,6 +348,14 @@ See `the code <https://github.com/kovidgoyal/kitty/tree/master/kittens/diff>`__
for the builtin :doc:`diff kitten </kittens/diff>` for examples of creating more
options and keyboard shortcuts.
Developing builtin kittens for inclusion with kitty
----------------------------------------------------------
There is documentation for :doc:`developing-builtin-kittens` which are written in the Go
language.
.. _external_kittens:
Kittens created by kitty users