home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / games / info7c / DOC / EDITING.DOC next >
Text File  |  1994-06-24  |  594b  |  20 lines

  1.  
  2. The line editing uses a subset of emacs editing keys, familiar to anyone
  3. using unix shells like bash and tcsh.  Where appropriate the corresponding
  4. cursor keys are supported.
  5.  
  6. ^A    Home        Begining of line
  7. ^E    End/Copy    End of line
  8. ^B    Left        Cursor left
  9. ^F    Right        Cursor right
  10. ^D            Delete right
  11. <-|    Delete        Delete left
  12. ^K            Delete to end of line
  13. ^U            Delete entire line
  14. ^P    Up        Previous line
  15. ^N    Down        Next line
  16.  
  17. The last two cycle through the command history in a fairly obvious way.
  18. The command history stores up to 256 bytes of input, which seems to be
  19. enough for typical usage.
  20.