home *** CD-ROM | disk | FTP | other *** search
/ The Grim Reaper 1 / Grim_Reaper_The_Issue_01_1992___BASIC.atr / tedit.doc < prev   
Text File  |  2023-02-26  |  1KB  |  1 lines

  1.    TEDIT - A TEXT EDITOR¢¢     Bryan P. Schappel¢ (c) 1986 ANALOG computing¢   documentation ver. 1.¢¢OK, these aren't the formal docs, but¢it's a reasonable subset of the¢keyboard sequences....anybody have an¢idea how to move the left margin all¢the way to column 0 ?¢¢Here are the relevant commands.....¢¢SYSTEM COMMANDS¢  CTRL-Q    Quit to DOS¢  CTRL-X    Disk directory¢  CTRL-P    Print file¢  CTRL-S    Save file¢  CTRL-L    Load file¢  CTRL-M    Print file to disk¢  CTRL-E    Erase buffer¢¢CURSOR MOVEMENT¢  CTRL-arrow Logical cursor movement¢  CTRL-H     Go to top of screen¢  CTRL-T     Go to top of file¢  CTRL-U     Go up a screenful¢  CTRL-B     Go to bottom of file¢  CTRL-D     Go down a screenful¢  CTRL-A     Go to beginning of¢             logical line¢  CTRL-Z     Go to end of logical¢             line¢  CTRL-W     Go to beginning of next¢             word¢¢EDITING COMMANDS¢  CTRL-I     Toggle between <insert>¢             and <replace> text¢  CTRL-O     Put dots on screen to¢             align text¢  CTRL-F     Find and replace¢  SHFT-del   Delete a line¢  SHFT-ins   Insert a couple of lines¢  CTRL-del   Delete a character¢  CTRL-ins   Insert a character¢  CTRL-E     Delete all spaces till¢             next character¢  CTRL-R     Switch character above¢             cursor & next character¢  CTRL-K     Change character case &¢             advance to next¢             character¢  CTRL-CAPS  Same as CTRL-K¢  CTRL-N     A word count....nifty!¢