eat: add paste key
This commit is contained in:
parent
e11541ed08
commit
3ea56aefe8
5
init.el
5
init.el
@ -471,6 +471,11 @@ If the current window occupies the whole frame, split it."
|
|||||||
(:exclude ".dir-locals.el" "*-tests.el")))
|
(:exclude ".dir-locals.el" "*-tests.el")))
|
||||||
:custom
|
:custom
|
||||||
(eat-kill-buffer-on-exit t)
|
(eat-kill-buffer-on-exit t)
|
||||||
|
:general
|
||||||
|
(general-define-key
|
||||||
|
:states 'insert
|
||||||
|
:map 'eat-semi-char-mode-map
|
||||||
|
"C-S-v" 'eat-yank)
|
||||||
:hook
|
:hook
|
||||||
(eshell-mode . eat-eshell-visual-command-mode)
|
(eshell-mode . eat-eshell-visual-command-mode)
|
||||||
(eshell-mode . eat-eshell-mode)
|
(eshell-mode . eat-eshell-mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user