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?
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?
In
xterm
middle click works for me, as does Shift+Insert. There possibly are other methods, but those are the ones I just tested.Give a try to ctrl+Shift+V for pasting text (which are copied from external sources) into
gnome-terminal
.Also you can try to run Nano with multibuffer option
then use both Ctrl+Shift+V or Ctrl+U