feat(wpcarro/emacs): Restore window splitting KBDs in vterm

Looks like a vterm release clobbered these. Let's explicitly define them in the
vterm-mode-map.

Change-Id: I3248050535be903020a75bc0503da38ec9641d85
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7579
Reviewed-by: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-12-12 12:54:03 -08:00 committed by wpcarro
parent 8fda0544d7
commit 43eb972f7f

View file

@ -300,7 +300,9 @@
"<s-backspace>" #'vterm-mgt-rename-buffer
;; Without this, typing "+" is effectively no-op. Try for yourself:
;; (vterm-send-key "<kp-add>")
"<kp-add>" "+")
"<kp-add>" "+"
"M--" #'evil-window-split
"M-\\" #'evil-window-vsplit)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; notmuch