From ca70f22d4650e68a77ffdca409517f4add62508a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Jan 2019 10:03:28 +0530 Subject: [PATCH] Add a list of user-created kittens to the docs --- docs/changelog.rst | 2 ++ docs/kittens/custom.rst | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 29fd0020e..b4d1ec6d0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,8 @@ Changelog - macOS: Ensure that when running from a bundle, the bundle kitty exe is preferred over any kitty in PATH (:iss:`1280`) +- Add a list of user-created kittens to the docs + 0.13.2 [2019-01-04] ------------------------------ diff --git a/docs/kittens/custom.rst b/docs/kittens/custom.rst index 8b1fbf11b..b4fe7e33f 100644 --- a/docs/kittens/custom.rst +++ b/docs/kittens/custom.rst @@ -43,6 +43,8 @@ Now in :file:`kitty.conf` add the lines:: Start kitty and press :kbd:`ctrl+k` and you should see the kitten running. The best way to develop your own kittens is to modify one of the built in kittens. Look in the kittens sub-directory of the kitty source code for those. +Or see below for a list of :ref:`third-party kittens `, +that other kitty users have created. Passing arguments to kittens @@ -127,3 +129,18 @@ layout, by simply adding the line:: to the ``handle_result()`` function, above. + +.. _external_kittens: + +Kittens created by kitty users +--------------------------------------------- + +`vim-kitty-navigator `_ + Allows you to navigate seamlessly between vim and kitty splits using a consistent set of hotkeys. + +`smart-scroll `_ + Makes the kitty scroll bindings work in full screen applications + +`insert password `_ + Insert a password from a CLI password manager, taking care to only do it at + a password prompt.