From f9f6f9852700330f62ed8590014db7387f15c206 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 26 Apr 2022 08:39:44 +0530 Subject: [PATCH] Note that neovim is also getting support for the kitty keyboard protocol --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 9bc0d2367..00b7fee5c 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -37,6 +37,7 @@ In addition to kitty, this protocol is also implemented in: * The `foot terminal `__ * The `notcurses library `__ +* The `neovim text editor `__ * The `kakoune text editor `__ * The `dte text editor `__