===================== File: jed-bin.zip Author: ported by Brad Taylor Release: Compatibility: PR Location: pub/contrib/editors Description: Commandline text-editor ===================== Directions 1. Unzip the jed archive somewhere. For example, cd $HOME unzip /tmp/jed.tgz 2. Copy the .termcap file to your $HOME directory 3. Add these lines to your .profile export JED_ROOT=$HOME/jed # for example export TERMCAP=`cat $HOME/.termcap` alias jed=$JEDROOT/bin/jed 4. Copy $JED_ROOT/jed.rc to $HOME/.jedrc 5. Launch Terminal and use jed You may want to edit the .jedrc to suit your needs better. I've found these changes to be nice: Startup_With_File = 0; % turn off annoying default TAB_DEFAULT = 4; % instead of 8 C_INDENT = 4; C_Colon_Offset = 0; C_CONTINUED_OFFSET = 4; I also changed the colors around a bit.