From aba461a801345eba1d63c9676bbccbb05df40cf4 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 5 Oct 2023 00:44:19 -0700 Subject: [PATCH] Add kitty keybaord protocol plugin --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.el b/init.el index 432b4ae..ee17de4 100644 --- a/init.el +++ b/init.el @@ -137,6 +137,11 @@ :config (recentf-mode 1)) +;; kitty keyboard protocol +(use-package kkp + :config + (global-kkp-mode 1)) + ;; evil (use-package evil :init @@ -270,6 +275,9 @@ visual states." :bind (("C-." . embark-act) ("C-;" . embark-dwim)) :init + (evil-define-key '(normal visual motion operator insert replace) 'global + (kbd "M-e") #'embark-act + (kbd "M-E") #'embark-dwim) (setq embark-quit-after-action nil) (add-to-list 'display-buffer-alist '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"