Skip to content

Commit

Permalink
Support custom vterm-copy-mode-map
Browse files Browse the repository at this point in the history
  • Loading branch information
schellj committed Jul 12, 2021
1 parent d9dfa62 commit 91c707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vterm.el
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ A conventient way to exit `vterm-copy-mode' is with
(if (equal major-mode 'vterm-mode)
(if vterm-copy-mode
(progn ;enable vterm-copy-mode
(use-local-map nil)
(use-local-map vterm-copy-mode-map)
(vterm-send-stop))
(vterm-reset-cursor-point)
(use-local-map vterm-mode-map)
Expand Down

0 comments on commit 91c707b

Please sign in to comment.