Skip to content

Commit 91c707b

Browse files
committed
Support custom vterm-copy-mode-map
1 parent d9dfa62 commit 91c707b

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
@@ -772,7 +772,7 @@ A conventient way to exit `vterm-copy-mode' is with
772772
(if (equal major-mode 'vterm-mode)
773773
(if vterm-copy-mode
774774
(progn ;enable vterm-copy-mode
775-
(use-local-map nil)
775+
(use-local-map vterm-copy-mode-map)
776776
(vterm-send-stop))
777777
(vterm-reset-cursor-point)
778778
(use-local-map vterm-mode-map)

0 commit comments

Comments
 (0)