Note that the kitty keyboard protocol can be used in emacs

This commit is contained in:
Kovid Goyal 2023-04-07 08:22:33 +05:30
parent 1dd3490611
commit 3f943998c6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -41,6 +41,7 @@ In addition to kitty, this protocol is also implemented in:
* The `crossterm library * The `crossterm library
<https://github.com/crossterm-rs/crossterm/pull/688>`__ <https://github.com/crossterm-rs/crossterm/pull/688>`__
* The `Vim text editor <https://github.com/vim/vim/commit/63a2e360cca2c70ab0a85d14771d3259d4b3aafa>`__ * The `Vim text editor <https://github.com/vim/vim/commit/63a2e360cca2c70ab0a85d14771d3259d4b3aafa>`__
* The `Emacs text editor via the kkp package <https://github.com/benjaminor/kkp>`__
* The `Neovim text editor <https://github.com/neovim/neovim/pull/18181>`__ * The `Neovim text editor <https://github.com/neovim/neovim/pull/18181>`__
* The `kakoune text editor <https://github.com/mawww/kakoune/issues/4103>`__ * The `kakoune text editor <https://github.com/mawww/kakoune/issues/4103>`__
* The `dte text editor <https://gitlab.com/craigbarnes/dte/-/issues/138>`__ * The `dte text editor <https://gitlab.com/craigbarnes/dte/-/issues/138>`__