mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Add a list of user-created kittens to the docs
This commit is contained in:
@@ -18,6 +18,8 @@ Changelog
|
|||||||
- macOS: Ensure that when running from a bundle, the bundle kitty exe is
|
- macOS: Ensure that when running from a bundle, the bundle kitty exe is
|
||||||
preferred over any kitty in PATH (:iss:`1280`)
|
preferred over any kitty in PATH (:iss:`1280`)
|
||||||
|
|
||||||
|
- Add a list of user-created kittens to the docs
|
||||||
|
|
||||||
0.13.2 [2019-01-04]
|
0.13.2 [2019-01-04]
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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
|
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.
|
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 <external_kittens>`,
|
||||||
|
that other kitty users have created.
|
||||||
|
|
||||||
|
|
||||||
Passing arguments to kittens
|
Passing arguments to kittens
|
||||||
@@ -127,3 +129,18 @@ layout, by simply adding the line::
|
|||||||
|
|
||||||
|
|
||||||
to the ``handle_result()`` function, above.
|
to the ``handle_result()`` function, above.
|
||||||
|
|
||||||
|
.. _external_kittens:
|
||||||
|
|
||||||
|
Kittens created by kitty users
|
||||||
|
---------------------------------------------
|
||||||
|
|
||||||
|
`vim-kitty-navigator <https://github.com/knubie/vim-kitty-navigator>`_
|
||||||
|
Allows you to navigate seamlessly between vim and kitty splits using a consistent set of hotkeys.
|
||||||
|
|
||||||
|
`smart-scroll <https://github.com/yurikhan/kitty-smart-scroll>`_
|
||||||
|
Makes the kitty scroll bindings work in full screen applications
|
||||||
|
|
||||||
|
`insert password <https://github.com/kovidgoyal/kitty/issues/1222>`_
|
||||||
|
Insert a password from a CLI password manager, taking care to only do it at
|
||||||
|
a password prompt.
|
||||||
|
|||||||
Reference in New Issue
Block a user