Good text editor for Linux

AbsolutZero

Senior member
Oct 16, 2000
327
0
0
I've been using Nedit http://www.nedit.org/ for development for a couple years now, but I was wondering if there was anything else better (Linux). What I'd really like is customizable key-bindings for common fuctions like copy/paste, save, etc.. I have a MS natural kb and my left pinky is pretty d@mn tired of holding Ctrl-s to save code :frown:
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Yeah, once you learn vim/vi, you will fly through text like you never have before. No super repetetive pinky pain inducing key combos either. Don't try emacs :p
 

Pakaderm

Senior member
Mar 8, 2001
519
0
0
Originally posted by: BingBongWongFooey
Yeah, once you learn vim/vi, you will fly through text like you never have before. No super repetetive pinky pain inducing key combos either. Don't try emacs :p

 

vash

Platinum Member
Feb 13, 2001
2,510
0
0
Nano. Its a pico clone and works quite well. Found on many distro's.

vash
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: vash
Nano. Its a pico clone and works quite well. Found on many distro's.

vash

But you have to use Ctrl-<key> combos to save/quit/etc, which is exactly what he is complaining about.