5

I want to copy some text from a webpage and paste it into a file opened with xterm editor. How can I paste my text into the xterm edited file?

Tim
  • 32,861
  • 27
  • 118
  • 178

3 Answers3

5

In xterm middle click works for me, as does Shift+Insert. There possibly are other methods, but those are the ones I just tested.

Tim
  • 32,861
  • 27
  • 118
  • 178
  • Thank you so much Tim. I have been in a big trouble this morning. Your command is so simple and does not require any tool to install. –  Jun 20 '14 at 07:25
3

Give a try to ctrl+Shift+V for pasting text (which are copied from external sources) into gnome-terminal.

Tim
  • 32,861
  • 27
  • 118
  • 178
Avinash Raj
  • 78,556
0

Also you can try to run Nano with multibuffer option

nano -E

then use both Ctrl+Shift+V or Ctrl+U

swift
  • 3,281
  • 2
  • 23
  • 46