Click to See Complete Forum and Search --> : any light weight text editor and terminal emulator with copy-paste?


asklepios
12-20-2003, 09:29 AM
currently using xterm and pico
i searched and found that there are loads of them available but i m missing a very important feature i.e. copy-paste. i frequently use this feature and then i have to start gnome-terminal or gedit but i don't want to use them.
i want to use something really light like xterm and pico but with this feature. any ideas?

serz
12-20-2003, 09:40 AM
Try nano (http://www.nano-editor.org), it lets you copy&paste.

doublec16
12-20-2003, 11:53 AM
Pico does do its own copying and pasting. CTRL-K to cut a line and CTRL-U to paste it. If you want to copy and not cut then simply paste it as soon as it gets cut and you can also paste it somewhere else. You can do any number of consecutive lines at once as long as you don't move the cursor between CTRL-K's. I'm sure there are other useful commands in pico but those are the only ones I use frequently.

Darkbolt
12-20-2003, 12:02 PM
highlight & middle click

doublec16
12-20-2003, 12:21 PM
Originally posted by Darkbolt
highlight & middle click

I was going to post that but it won't work with a terminal emulator.

sharth
12-20-2003, 12:46 PM
it works in my terminals....

if you mean a crtl+alt+f1 ish terminal.... then install gpm..

ph34r
12-20-2003, 12:47 PM
The highlite and middle click method works for me in Putty under Windows, and konsole, gnome-terminal, and xterm under many linux distros for a looooong time. Probably works well in local console as well if you have GPM setup.

asklepios
12-20-2003, 11:28 PM
ah...the middle click...nice :D
actually i use wget a lot and at that time i missed the paste feature that gnome-terminal has. thanx for that tip. no more bulky things for me.