eat: add paste key

This commit is contained in:
Miranda Marquez 2024-06-01 13:03:24 -08:00
parent e11541ed08
commit 3ea56aefe8

View File

@ -471,6 +471,11 @@ If the current window occupies the whole frame, split it."
(:exclude ".dir-locals.el" "*-tests.el")))
:custom
(eat-kill-buffer-on-exit t)
:general
(general-define-key
:states 'insert
:map 'eat-semi-char-mode-map
"C-S-v" 'eat-yank)
:hook
(eshell-mode . eat-eshell-visual-command-mode)
(eshell-mode . eat-eshell-mode)