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?
Asked
Active
Viewed 2.5k times
3 Answers
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
- 33,500
3
Give a try to ctrl+Shift+V for pasting text (which are copied from external sources) into gnome-terminal.
Tim
- 33,500
Avinash Raj
- 80,446
0
Also you can try to run Nano with multibuffer option
nano -E
then use both Ctrl+Shift+V or Ctrl+U
swift
- 3,291