Skip to content

Commit a4588b7

Browse files
committed
close #535 remove "C-v" "M-v" from vterm-keymap-exceptions.
1 parent 4469558 commit a4588b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vterm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ the point up."
233233
:group 'vterm)
234234

235235
(defcustom vterm-keymap-exceptions
236-
'("C-c" "C-x" "C-u" "C-g" "C-h" "C-l" "M-x" "M-o" "C-v" "M-v" "C-y" "M-y")
236+
'("C-c" "C-x" "C-u" "C-g" "C-h" "C-l" "M-x" "M-o" "C-y" "M-y")
237237
"Exceptions for `vterm-keymap'.
238238
239239
If you use a keybinding with a prefix-key, add that prefix-key to

0 commit comments

Comments
 (0)