diff -ur joe-3.1/joerc.in joe-3.1-lhh/joerc.in --- joe-3.1/rc/joerc.in 2004-05-29 00:20:17.000000000 -0400 +++ joe-3.1-lhh/rc/joerc.in 2004-06-01 10:27:37.555629065 -0400 @@ -730,6 +730,8 @@ nextw ^K N Goto next window nextw ^K ^N nextw ^K n +nextw ^[ [ 1 ; 3 C alt right in (newer) xterm +nextw ^[ [ 3 C alt right in gnome-terminal pgdn .kN Screen down pgdn ^V pgdn ^[ [ 6 ~ @@ -740,6 +742,8 @@ prevw ^K P Goto previous window prevw ^K ^P prevw ^K p +prevw ^[ [ 1 ; 3 D alt left in (newer) xterm +prevw ^[ [ 3 D alt left in gnome-terminal query ^K ? Macro query insert record ^K [ Record a macro retype ^R Refresh screen @@ -759,8 +763,8 @@ :def ispellword psh,nextword,markk,prevword,markb,filt,"cat >ispell.tmp;ispell ispell.tmp /dev/tty;tr -d $SPLTMP;aspell --lang=",language,".",charset," -x -c $SPLTMP /dev/tty;cat $SPLTMP;/bin/rm $SPLTMP",rtn,retype -:def aspellword psh,nextword,markk,prevword,markb,filt,"SPLTMP=ispell.tmp;cat >$SPLTMP;aspell --lang=",language,".",charset," -x -c $SPLTMP /dev/tty;tr -d <$SPLTMP '\\012';/bin/rm $SPLTMP",rtn,retype,nextword +:def aspellfile filt,"SPLTMP=`mktemp -t joespell.XXXXXXXXXX`;cat >$SPLTMP;aspell -x -c $SPLTMP /dev/tty;cat $SPLTMP;/bin/rm $SPLTMP",rtn,retype +:def aspellword psh,nextword,markk,prevword,markb,filt,"SPLTMP=`mktemp -t joespell.XXXXXXXXXX`;cat >$SPLTMP;aspell -x -c $SPLTMP /dev/tty;tr -d <$SPLTMP '\\012';/bin/rm $SPLTMP",rtn,retype,nextword @SPELL@file ^[ l @SPELL@word ^[ n @@ -987,9 +991,13 @@ mode ^T Options menu nextpos ^K = Goto next position in position history nextword ^X Goto next word +nextword ^[ [ 1 ; 5 C ctrl right in (newer) xterm +nextword ^[ [ 5 C ctrl right in gnome-terminal open ^] Split line prevpos ^K - Previous position in history prevword ^Z Previous word +prevword ^[ [ 1 ; 5 D ctrl left in (newer) xterm +prevword ^[ [ 5 D ctrl left in gnome-terminal redo ^^ Redo changes rindent ^K . Indent to right rtarw .kr Go right Only in joe-3.1-lhh: joerc.in.orig