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:
parent
8fda0544d7
commit
43eb972f7f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue