feat(tty): add kitty keyboard protocol support
This commit is contained in:
parent
8e76097d49
commit
07dff99184
3 changed files with 8 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue