#$ # do a ". emacs.env" to get this into your environment$ # provide the full path if needed$ #$ # http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.baseadmn/doc/baseadmndita/korn_shell_emacs_edit.htm$ #$ #$ # START EMACS MODE$ set -o emacs$ #$ # if you want the other ^t mapping$ #$ #set -o gmacs$ #$ alias __A=""$ alias __B=""$ alias __C=""$ alias __D=""$ # END EMACS MODE$