feat(tty): add kitty keyboard protocol support

This commit is contained in:
Henrik Lissner 2024-08-23 17:20:25 -04:00
parent 8e76097d49
commit 07dff99184
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 8 additions and 0 deletions

View file

@ -42,3 +42,7 @@
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
;; VT's DECSCUSR sequence.
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate)
;; Add support for the Kitty keyboard protocol.
(use-package! kkp
:hook (after-init . global-kkp-mode))