Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vterm.el
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,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