Bind 'S-<insert>' to 'eat-yank'
* eat.el (eat--eshell-prepare-semi-char-mode-map) (eat--prepare-semi-char-mode-map): Bind 'S-<insert>' to 'eat-yank'.
This commit is contained in:
parent
79784b70ef
commit
e26cc22643
1 changed files with 2 additions and 0 deletions
2
eat.el
2
eat.el
|
@ -5174,6 +5174,7 @@ EVENT is the mouse event."
|
|||
(define-key map [?\M-y] #'eat-yank-from-kill-ring)
|
||||
(define-key map [?\C-c ?\C-c] #'eat-self-input)
|
||||
(define-key map [?\C-c ?\C-e] #'eat-emacs-mode)
|
||||
(define-key map [S-insert] #'eat-yank)
|
||||
(define-key map [remap insert-char] #'eat-input-char)
|
||||
(define-key map [remap mouse-yank-primary]
|
||||
#'eat-mouse-yank-primary)
|
||||
|
@ -5857,6 +5858,7 @@ PROGRAM can be a shell command."
|
|||
(define-key map [?\C-y] #'eat-yank)
|
||||
(define-key map [?\M-y] #'eat-yank-from-kill-ring)
|
||||
(define-key map [?\C-c ?\C-e] #'eat-eshell-emacs-mode)
|
||||
(define-key map [S-insert] #'eat-yank)
|
||||
(define-key map [remap insert-char] #'eat-input-char)
|
||||
(define-key map [remap mouse-yank-primary]
|
||||
#'eat-mouse-yank-primary)
|
||||
|
|
Loading…
Add table
Reference in a new issue