Yanking text into a terminal running in Emacs

前端 未结 3 660
北荒
北荒 2021-01-04 10:26

I am unable to yank text into a terminal running in Emacs.

This is my procedure:

I killed the string \"date\" from one buffer and yanked it into the terminal

3条回答
  •  情歌与酒
    2021-01-04 10:59

    In the buffer with the terminal running, put the terminal into line mode with C-c C-j. To paste in your text, now press S-Insert (that's Shift-Insert). If you need the terminal to go back to char mode afterwards, it's C-c C-k.

提交回复
热议问题