Add keybinding to send arbitrary keystrokes to vterm

This commit is contained in:
Jeremy Dormitzer 2024-04-29 16:23:53 -04:00
parent 86caa02c47
commit 7fb37be85f

View File

@ -47,6 +47,8 @@
(leader-map "v" #'vterm)
(vterm-mode-map "C-x C-e" #'vterm-edit-zsh-command-line
"C-c C-g" #'vterm-send-C-g)
((normal motion insert) vterm-mode-map
"C-q" #'vterm-send-next-key)
:custom
(vterm-max-scrollback 10000)
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))