home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / se / part7 / se_h / charins < prev    next >
Encoding:
Text File  |  1986-11-30  |  620 b   |  15 lines

  1.                     Character Insertion Control Characters
  2.  
  3.         CTRL-C inserts a blank at the cursor position.
  4.         CTRL-X inserts blanks to the next tab stop at the cursor position.
  5.         CTRL-A toggles Insert Mode.
  6.  
  7.         When Insert Mode is in effect, any printing character typed is
  8.         inserted into the line, with characters at and to the right of
  9.         the cursor moving over to make room.  When Insert Mode is  not
  10.         in effect, any printing character typed will replace (overlay)
  11.         the character at the cursor.
  12.  
  13.  
  14.         To return to the directory of control characters, type "hcc".
  15.