linux - How to copy text to system clipboard in emacs while working in terminal buffer? -
i use emacs in text terminal environment manipulate text. in particular situations, however, want interact system's clipboard, example, copy text emacs website. possible yank text system's clipboard directly or emacs? how?
terminal in emacs nothing buffer. if running terminal using eshell
, can directly copy clipboard using m-w in normal buffer.
if running terminal using ansi-term
, yanking/copying little tricky. need go term-line-mode
using c-c c-j copy whatever want , come term-char-mode
using c-c c-k. see this answer more info.
Comments
Post a Comment