home *** CD-ROM | disk | FTP | other *** search
-
- The line editing uses a subset of emacs editing keys, familiar to anyone
- using unix shells like bash and tcsh. Where appropriate the corresponding
- cursor keys are supported.
-
- Emacs Acorn Psion Action
-
- ^A Home Psion-Left Begining of line
- ^E End/Copy Psion-Right End of line
- ^B Left Left Cursor left
- ^F Right Right Cursor right
- ^D Shift-Delete Delete right
- ^H Delete/<-| Delete Delete left
- ^K Delete to end of line
- ^U Delete entire line
- ^P Up Up Previous line
- ^N Down Down Next line
-
- The last two cycle through the command history in a fairly obvious way.
- The command history stores up to 256 bytes of input, which seems to be
- enough for typical usage.
-