PDA

View Full Version : Eterm



jrincon87
December 2nd, 2005, 02:29 AM
Hey, is there a way to paste something in Eterm? Ctrl+V doesn't work, Ctrl+Shift+V doesn't work either.
Thanks.

invalid
December 2nd, 2005, 02:31 AM
shift insert

Cb

erikpiper
December 2nd, 2005, 03:52 AM
highlight
middle click where it goes (Press down scroller)

That is standard linux copy/paste

jrincon87
January 24th, 2006, 02:07 AM
Another question. How do I change the Eterm codification so that it recognizes caracters like á,ü, etc (spanish)?
Thanks.

jpkotta
January 24th, 2006, 02:29 AM
Another way to cut/paste from a terminal is to kill text and yank it back (from the dead, presumably). Here are some standard shortcuts:

ctrl-a : go to beginning of line
ctrl-e : go to end of line
ctrl-k : kill to end of line
ctrl-y : yank from kill buffer


Read the section of the man page for bash
man bash that talks about key bindings. To get to it quickly, type "/Readline Command Names" (the slash initiates an inline search, just like on firefox).

carl13
January 24th, 2006, 04:25 AM
highlight
middle click where it goes (Press down scroller)

That is standard linux copy/paste

I never knew that. This will change my life forever. No more ctrl x,c, or v!

arghh2d2
November 2nd, 2007, 12:11 AM
Funny, i never thought a linux standard would involve a mouse click.

init1
November 2nd, 2007, 03:31 AM
Funny, i never thought a linux standard would involve a mouse click.
Well, it was modeled after GPM functionality, so at least that's a terminal app ;D
Edit:
I wonder why my smiley isn't being parsed

macogw
November 2nd, 2007, 04:02 AM
Well, it was modeled after GPM functionality, so at least that's a terminal app ;D
Edit:
I wonder why my smiley isn't being parsed

because you used a semi-colon instead of a colon

kevdog
December 22nd, 2008, 03:23 PM
eterm

How do I cut and paste multiple lines from eterm to some application like gedit? The above solutions were only good for one line!