From daeb1b6c50b816271e487699a951d59e8ff08992 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 24 Nov 2022 11:30:40 +0800 Subject: [PATCH] Add note about Vim's support for kitty keyboard protocol --- docs/keyboard-protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index f6946d68e..587227ca6 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -40,7 +40,8 @@ In addition to kitty, this protocol is also implemented in: `__ * The `crossterm library `__ -* The `neovim text editor `__ +* The `Vim text editor `__ +* The `Neovim text editor `__ * The `kakoune text editor `__ * The `dte text editor `__