Home / Emacs Packages / Vterm
How to copy text
To copy text,
- type
C-c C-t
to enter thevterm-copy-mode
- mark the region1 that is to be copied as a kill
- type
RET
to copy the marked text and exit thevterm-copy-mode
Footnotes:
1
With no region, RET
copies the line at point.