Add kitty keybaord protocol plugin
This commit is contained in:
parent
4fcdfe08cd
commit
aba461a801
8
init.el
8
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\\)\\*"
|
||||
|
Loading…
Reference in New Issue
Block a user