Add keybinding to send arbitrary keystrokes to vterm
This commit is contained in:
parent
86caa02c47
commit
7fb37be85f
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user