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.4k times
5
-
try middle-click or shift-insert to paste inside xtrem. – Avinash Raj Jun 20 '14 at 07:09
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
- 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
-
1
-
-
I am very sorry, the file is opened with XTERM. I will edit my question. Sorry. – Jun 20 '14 at 07:04
-
-
I am inside a big fantastic slight ... zero usefulness ok, @begueradj thank you for your nano circumference )) – swift Jun 21 '14 at 18:19
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