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
|
:config
|
||||||
(recentf-mode 1))
|
(recentf-mode 1))
|
||||||
|
|
||||||
|
;; kitty keyboard protocol
|
||||||
|
(use-package kkp
|
||||||
|
:config
|
||||||
|
(global-kkp-mode 1))
|
||||||
|
|
||||||
;; evil
|
;; evil
|
||||||
(use-package evil
|
(use-package evil
|
||||||
:init
|
:init
|
||||||
@ -270,6 +275,9 @@ visual states."
|
|||||||
:bind (("C-." . embark-act)
|
:bind (("C-." . embark-act)
|
||||||
("C-;" . embark-dwim))
|
("C-;" . embark-dwim))
|
||||||
:init
|
: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)
|
(setq embark-quit-after-action nil)
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
||||||
|
Loading…
Reference in New Issue
Block a user