home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / TEDIT25.ZIP / T.MAN < prev    next >
Text File  |  1990-07-22  |  41KB  |  682 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.                                   TECHNICAL EDITOR                                  TECHNICAL EDITOR                                  TECHNICAL EDITOR
  31.  
  32.                                      Version 2.5                                     Version 2.5                                     Version 2.5
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  64.  
  65.  
  66.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  67.             2            2            2
  68.  
  69.  
  70.  
  71.                                   Table of Contents                                  Table of Contents                                  Table of Contents
  72.  
  73.  
  74.  
  75.             1. Introduction ..........................................3
  76.  
  77.             2. Installation ..........................................3
  78.  
  79.             3. Bringing up Tech-Edit .................................3
  80.  
  81.             4. Moving Around .........................................4
  82.  
  83.             5. Deleting ..............................................4
  84.  
  85.             6. UNDO ..................................................4
  86.  
  87.             7. File Operations .......................................5
  88.  
  89.             8. Blocking ..............................................5
  90.  
  91.             9. Screens and Windows ...................................6
  92.  
  93.             10. Search and Replace ...................................6
  94.  
  95.             11. Regular Expression ...................................6
  96.  
  97.             12. Keyboard Macros ......................................7
  98.  
  99.             13. Keyboard Re-definition ...............................7
  100.  
  101.             14. Configuration ........................................7
  102.  
  103.             15. Quick Reference ......................................7
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  125.  
  126.  
  127.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  128.             3            3            3
  129.  
  130.             1. I            1. I            1. INTRODUCTION                NTRODUCTION                NTRODUCTION
  131.  
  132.                                     Tech-Edit  (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                T                        T                        Te                         e                         ec                          c                          ch                           h                           hn                            n                            ni                             i                             ic                              c                              ca                               a                               al                                l                                l                                                                     E                                  E                                  Ed                                   d                                   di                                    i                                    it                                     t                                     to                                      o                                      or                                       r                                       r                                                                        )  is a  general purpose  source
  133.                                                                                     code editor.   It provides a  fast multi-window/file editing
  134.                                                                                     environment  for   programmers.  Tech-Edit  uses   a  unique
  135.                                                                                     combination  of editing  windows and  screens.   An  editing
  136.                                                                                     session can be broken up into  multiple screens, and in turn
  137.                                                                                     each screen may  be broken up into multiple  windows (16 per
  138.                                                                                     screen).   Tech-Edit  was designed  with enough  features to
  139.             make most editing chores non-laborious.
  140.  
  141.  
  142.             Most noted features:            Most noted features:            Most noted features:
  143.                Virtual Memory (edit files up to 32MB of files)
  144.                Multiple screens and windows
  145.                UNDO (last 1000 text changes)
  146.                Keyboard re-definition
  147.                Keyboard macros
  148.                File based key-map configurations
  149.                Line and rectangular block marking
  150.                Regular expression search and replace
  151.                Selection box for file loading (moves through drives and
  152.                directories)
  153.                Buffer Pick List (select list of active files)
  154.                Auto word search (searches for word under cursor)
  155.                Binary and read only editing modes
  156.                Bookmarks (up to 5)
  157.                DOS environment (single key toggle)
  158.                Extended PC ASCII character set
  159.                Interactive editor configuration
  160.                Auto indenting
  161.  
  162.             2. I            2. I            2. INSTALLATION                NSTALLATION                NSTALLATION
  163.  
  164.                                                                                     Copy files *.exe and t.hlp into a directory that is included
  165.                                                                                     in your  "PATH".   If source code  was also  purchased, copy
  166.             entire content of disk(s) into one directory.
  167.  
  168.  
  169.             3. B            3. B            3. BRINGING UP                 RINGING UP                 RINGING UP T                           T                           TECH                            ECH                            ECH-E                               -E                               -EDIT                                 DIT                                 DIT
  170.  
  171.             Usage: t [-rbp] file1.ext file2.ext ... filen.ext
  172.                                                                                     Tech-Edit allows  any number of files  to be entered  at the
  173.                                                                                     command  line,  and gives  each  one  it's own  full  screen
  174.             window. Wild card characters * and ? are supported.
  175.  
  176.             Tech-Edit has three command line options:            Tech-Edit has three command line options:            Tech-Edit has three command line options:
  177.  
  178.             [-b            [-b            [-b]               ]               ]      This causes all subsequent files to be read in as
  179.                       BINARY                      BINARY                      BINARY. In this mode, lines are fixed in length
  180.                       (length specified in the configuration menu) and
  181.                       characters can only be changed.  Tech-Edit will
  182.                       allow nothing to be added or deleted, just
  183.                       overwritten.
  184.  
  185.  
  186.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  187.  
  188.  
  189.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  190.             4            4            4
  191.  
  192.             [-r            [-r            [-r]               ]               ]      This causes all subsequent files to be read in as
  193.                       READ-ONLY                      READ-ONLY                      READ-ONLY.  In this mode, no changing is allowed.
  194.                       Only movement, searching, and window changing is
  195.                       allowed.
  196.             [-p            [-p            [-p]               ]               ]      Brings up the file selection list using second
  197.                       command line argument as the search pattern.
  198.  
  199.             Examples:
  200.                       t test.c
  201.                       t prog.prg  *.
  202.                       t tool????.*  header.h  -r sysgen.sys
  203.                       t t??*.tx? -b prog.exe prog.obj
  204.                       t -p  *.txt
  205.  
  206.  
  207.  
  208.             4. M            4. M            4. MOVING                 OVING                 OVING A                      A                      AROUND                       ROUND                       ROUND
  209.  
  210.             Up            Up            Up             Up one line.
  211.             Down            Down            Down           Down one line.
  212.             Right            Right            Right               Right one character.
  213.             Left            Left            Left           Left one character.
  214.             PgUp            PgUp            PgUp           Up one screenfull.
  215.             PgDn            PgDn            PgDn           Down one screenfull.
  216.             Home            Home            Home           Beginning of the line.
  217.             End            End            End            End of the line.
  218.             Ctrl-Home            Ctrl-Home            Ctrl-Home      Top of the current window in the same column.
  219.             Ctrl-End            Ctrl-End            Ctrl-End       Bottom of the current window in the same
  220.                            column.
  221.             Ctrl-PgUp            Ctrl-PgUp            Ctrl-PgUp      Top of the file.
  222.             Ctrl-PgDn            Ctrl-PgDn            Ctrl-PgDn      End of the file.
  223.             Alt-G            Alt-G            Alt-G          Prompts the user for a line number to goto.
  224.  
  225.             Bookmarks are supported, and as many as five may be placed.
  226.             Alt-[1...5]            Alt-[1...5]            Alt-[1...5]    Insert a bookmark at the current location.
  227.             Alt-J+[1...5]            Alt-J+[1...5]            Alt-J+[1...5]  Move to the specified bookmark location.
  228.  
  229.             5. D            5. D            5. DELETING                ELETING                ELETING
  230.  
  231.             Backspace            Backspace            Backspace      Deletes the character to the left of the
  232.                            cursor. If cursor is in column 0 and the
  233.                            current line is not the first line in the
  234.                            file, the beginning of the current line is
  235.                            placed at the end of the previous line.
  236.             DEL            DEL            DEL            Deletes  the  character at the cursor. If the
  237.                            cursor is  past  the last character in the
  238.                            line, the beginning of the line below will be
  239.                            added to the current line at current cursor
  240.                            position.
  241.             Alt-D            Alt-D            Alt-D          Deletes the current line. All lines below
  242.                            move up one line.
  243.             Alt-K            Alt-K            Alt-K          Truncates the current line at the cursor
  244.                            position. This has no effect if the cursor is
  245.                            past the physical end of line.
  246.  
  247.  
  248.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  249.  
  250.  
  251.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  252.             5            5            5
  253.  
  254.             Alt-N            Alt-N            Alt-N          Deletes the word  after the current cursor
  255.                            position.
  256.  
  257.  
  258.  
  259.             6. UNDO            6. UNDO            6. UNDO
  260.  
  261.                                                                                                                                                                                                                         C            C            CT             T             TR              R              RL               L               L-                -                -U                 U                 U                                                                          will "undo"  the last  physical change  made to  the
  262.                                                                                     current  file.  Tech-Edit  keeps  track  of  the  last  1000
  263.                                                                                     modifications  made  to  any file.  Search  and  Replace  is
  264.                                                                                     currently not included in UNDO. Each  UNDO command will take
  265.                                                                                     you to the  last place a modification took  place and "undo"
  266.                                                                                     that modification; leaving the cursor  at the position where
  267.             the undo took place.
  268.  
  269.  
  270.  
  271.             7. F            7. F            7. FILE                 ILE                 ILE O                    O                    OPERATIONS                     PERATIONS                     PERATIONS
  272.  
  273.             Alt-F+N            Alt-F+N            Alt-F+N        Read a file into the next screen.
  274.             Alt-F+P            Alt-F+P            Alt-F+P        Read a file into the previous screen.
  275.             Alt-F+H            Alt-F+H            Alt-F+H        Split the current screen in half horizontally
  276.                            and read a new file into the window below.
  277.             Alt-F+V            Alt-F+V            Alt-F+V        Split the current screen in half vertically
  278.                            and read a new file into the window to the
  279.                            right.
  280.             Alt-F+S            Alt-F+S            Alt-F+S        Prompt the user for a file name and save.
  281.                            (allows file to be saved under new name)
  282.             Ctrl-[F2]            Ctrl-[F2]            Ctrl-[F2]           Save current file under existing name.
  283.  
  284.                                                                                     If any wild card ('*'.'?') characters are used with any file
  285.                                                                                     operations, a selection list of file  matches will popup for
  286.             selection.
  287.                                                                                     Any file  operation which  attempts to read  in a  file will
  288.                                                                                     first check  all the  active windows  for an  occurrence the
  289.                                                                                     file.  If the file already exists in another window, the new
  290.             window will share the same buffer as the existing window.
  291.  
  292.             8. B            8. B            8. BLOCKING                LOCKING                LOCKING
  293.  
  294.             Alt-L            Alt-L            Alt-L          Line oriented blocking                           Line oriented blocking                           Line oriented blocking. All lines highlighted
  295.                            will be  considered in the block.  You can
  296.                            move around with any of the movement commands
  297.                            and also use the search commands.
  298.             Alt-B            Alt-B            Alt-B          Rectangular oriented blocking                           Rectangular oriented blocking                           Rectangular oriented blocking.  This block
  299.                            command differs from line marking in that
  300.                            only the parts of the lines you cover are
  301.                            considered in the block, not the whole line.
  302.                            Movement and search commands are operable  as
  303.                            in  line marking.
  304.  
  305.             Operations available on highlighted block:            Operations available on highlighted block:            Operations available on highlighted block:
  306.  
  307.  
  308.  
  309.  
  310.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  311.  
  312.  
  313.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  314.             6            6            6
  315.  
  316.             <C>opy            <C>opy            <C>opy         Copy the block to the Block Buffer.  The
  317.             BLOCK BUFFER            BLOCK BUFFER            BLOCK BUFFER is where    the last CUT                                              CUT                                              CUT or COPIED                                                      COPIED                                                      COPIED block is
  318.             stored.
  319.             C<u>t            C<u>t            C<u>t          Copy the block to the Block Buffer and delete
  320.                            it from the window.
  321.             <D>elete            <D>elete            <D>elete       Delete the block from the window leaving the
  322.                            Block Buffer unchanged.
  323.             <I>ndent            <I>ndent            <I>ndent       Indent the highlighted block.
  324.                            (Rectangular oriented blocks only)
  325.             ESC            ESC            ESC            Abort the block operation and leave all
  326.                            unchanged.
  327.  
  328.             Operations available on Block Buffer:            Operations available on Block Buffer:            Operations available on Block Buffer:
  329.  
  330.             Alt-I            Alt-I            Alt-I          Insert block from the Block Buffer at current
  331.                            location.
  332.             Ctrl-W            Ctrl-W            Ctrl-W         Write Block Buffer to a file. You will be
  333.                            prompted for a file name. If you wish to
  334.                            write the block buffer to something other
  335.                            than a disk file; provide the device name to
  336.                            write to (e.g., PRN,LPT1,LPT2,COM1,etc.).
  337.  
  338.             9. S            9. S            9. SCREENS AND                 CREENS AND                 CREENS AND W                           W                           WINDOWS                            INDOWS                            INDOWS
  339.             Tech-Edit has multiple screens and windows. Each full video
  340.             screen can be broken down into separate windows (up to 16).
  341.  
  342.             Alt-+            Alt-+            Alt-+ or F10                  or F10                  or F10   Go to next full screen.
  343.             Alt--            Alt--            Alt-- or F9                  or F9                  or F9    Go to previous full screen.
  344.             Alt-W [arrow]            Alt-W [arrow]            Alt-W [arrow] or
  345.             F2 [arrow]            F2 [arrow]            F2 [arrow]     Go to window on screen in direction of arrow.
  346.  
  347.             Alt-S+H            Alt-S+H            Alt-S+H        Split current window horizontally, creating
  348.                            two instances of the same buffer.
  349.             Alt-S+V            Alt-S+V            Alt-S+V        Split current window vertically, creating two
  350.                            instances of the same buffer.
  351.             Ctrl-G            Ctrl-G            Ctrl-G         Creates a buffer selection list. This allows
  352.                            quick access to any editing buffer.
  353.  
  354.             10. S            10. S            10. SEARCH AND                  EARCH AND                  EARCH AND R                           R                           REPLACE                            EPLACE                            EPLACE
  355.  
  356.             Ctrl-S F            Ctrl-S F            Ctrl-S F       Search forward.
  357.             Ctrl-F            Ctrl-F            Ctrl-F         Search again forward. (Finds next match
  358.                            of last search string)
  359.             Ctrl-S B            Ctrl-S B            Ctrl-S B       Search backward.
  360.             Ctrl-B            Ctrl-B            Ctrl-B         Search again backward. (Finds previous match
  361.                            of last search string)
  362.             Ctrl-A F            Ctrl-A F            Ctrl-A F       Search forward for word beginning at cursor.
  363.             Ctrl-A B            Ctrl-A B            Ctrl-A B            Search backward for word beginning at
  364.             cursor.
  365.             Ctrl-R F            Ctrl-R F            Ctrl-R F       Search forward and replace
  366.             Ctrl-R B            Ctrl-R B            Ctrl-R B       Search backward and replace.
  367.  
  368.             Ctrl-T C            Ctrl-T C            Ctrl-T C       Toggle case sensitivity ON/OFF.
  369.             Ctrl-T R            Ctrl-T R            Ctrl-T R       Toggle regular expression ON/OFF.
  370.  
  371.  
  372.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  373.  
  374.  
  375.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  376.             7            7            7
  377.  
  378.  
  379.             11. R            11. R            11. REGULAR                  EGULAR                  EGULAR E                        E                        EXPRESSION                         XPRESSION                         XPRESSION
  380.  
  381.                                                                                     When regular expression search mode is  "on" all text search
  382.                                                                                     strings are  considered to be "regular expressions." Regular
  383.                                                                                     expressions are made up of tokens.  When tokens are combined
  384.                                                                                     to form an expression; specific text patterns can be matched
  385.                                                                                     from that  expression. Here is  a quick overview  of regular
  386.             expression tokens:
  387.  
  388.             *            *            *              matches zero or more occurrences of previous
  389.                            character
  390.             +            +            +              matches one or more occurrences of previous
  391.                            character
  392.             []            []            []             specifies a "character class." All characters
  393.                            between the brackets become valid characters
  394.                            for that relative character position in the
  395.                            expression.
  396.  
  397.             Examples:
  398.                            [0-9]+         matches the instance of any
  399.                                           series of numeric digits.
  400.                            [A-Za-z]tion   matches any words that end in
  401.                                           "tion"
  402.                            str\[[0-9]+\]  matched any constant array
  403.                                           reference for array "str[]"
  404.  
  405.             12. K            12. K            12. KEYBOARD                  EYBOARD                  EYBOARD M                         M                         MACROS                          ACROS                          ACROS
  406.  
  407.                                                                                     Tech-Edit  provides a  facility to  record and  play back  a
  408.                                                                                     series of  keys strokes.  There are  five key  stroke macros
  409.                                                                                     available and any number of file  based macros including one
  410.                                                                                     start-up macro  (available through the  configuration menu).
  411.                                                                                     To record  a macro  you simply press  the key  sequence Alt-
  412.                                                                                     M+[1...5].  This will  initiate the  recording of  the given
  413.                                                                                     macro. While the  macro is recording you will  see a capital
  414.                                                                                     "M"  follow  by  a single  numeric  digit  representing  the
  415.                                                                                     recording macro  in the middle of  the status line.  To stop
  416.                                                                                     the recording of a macro simply  press the same key sequence
  417.                                                                                     you used to start the recording of the macro. If you wish to
  418.                                                                                     play  a previously  recorded macro,  use  the execute  macro
  419.                                                                                     command: ALT-E+[1...5]  (where 1..5  refers to  the recorded
  420.                                                                                     macro). You can also save or load any one of the five macros
  421.                                                                                     to/from  a disk  file:  ALT-M+S+[1...5] and  ALT-M+L+[1...5]
  422.             respectively.
  423.  
  424.             Alt-M     [1..5]             Alt-M     [1..5]             Alt-M     [1..5]    Start/Stop recording keystroke macro
  425.             [1..5].
  426.             Alt-E      [1..5]            Alt-E      [1..5]            Alt-E      [1..5]        Playback keystrokes from macro
  427.             [1..5].
  428.             Alt-M-S  [1..5]            Alt-M-S  [1..5]            Alt-M-S  [1..5]     Save keystroke macro [1..5] to disk.
  429.             Alt-M-L  [1..5]            Alt-M-L  [1..5]            Alt-M-L  [1..5]     Load keystroke macro from disk.
  430.  
  431.  
  432.  
  433.  
  434.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  435.  
  436.  
  437.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  438.             8            8            8
  439.  
  440.             13. K            13. K            13. KEYBOARD                  EYBOARD                  EYBOARD R                         R                         RE                          E                          E-                           -                           -DEFINITION                            DEFINITION                            DEFINITION
  441.  
  442.                                                                                     Any key  recognized by  Tech-Edit (except  for any  PC ASCII
  443.                                                                                     characters) can  be re-assigned to a  different function. By
  444.                                                                                     selecting the keyboard  re-definition command (Ctrl-K+D) you
  445.                                                                                     will be prompted  for a key to "bind." The  keys to be bound
  446.                                                                                     is the key sequence to be redefined. At the prompt enter the
  447.                                                                                     key sequence you wish to re-assign. (If you wish to assign a
  448.                                                                                     "special  key" [Enter,  Backspace, Ctrl-Q,  ESC] then  press
  449.                                                                                     Ctrl-Q before the  special key.) Press ENTER  after you have
  450.                                                                                     typed  in the  key sequence  you wish  to re-define.  Next a
  451.                                                                                     window will appear with all  the possible bondable commands.
  452.                                                                                     Select the  command you wish to  assign to the  key sequence
  453.                                                                                     and press  return.   This change will  be present  until you
  454.                                                                                     exit the editor.  If you wish to save the current keymap for
  455.                                                                                     future editing sessions  type Ctrl-K S.  You  will be prompt
  456.                                                                                     for a  filename to save the  keymap to.  Enter  the filename
  457.                                                                                     and press enter.  You can read in your saved keymap in later
  458.                                                                                     editing sessions  by typing Ctrl-K  L (unless  you redefined
  459.                                                                                     the load keymap  command  to something else).    You will be
  460.                                                                                     prompt for the filename of the  keymap to load.  If you wish
  461.                                                                                     this to be done automatically, you can enter the name of the
  462.                                                                                     keymap file  in the configuration  screen under  the startup
  463.             keymap (See configuration menu for more information)..
  464.  
  465.             Ctrl-K-D            Ctrl-K-D            Ctrl-K-D       Define key sequence to editor function or
  466.             command.
  467.             Ctrl-K-S            Ctrl-K-S            Ctrl-K-S       Save current keymap to disk under specified
  468.             file name.
  469.             Ctrl-K-L            Ctrl-K-L            Ctrl-K-L       Load specified keymap from disk.
  470.             Ctrl-K-B            Ctrl-K-B            Ctrl-K-B       Display the command current ly bound to
  471.             specified keystrokes.
  472.             Ctrl-Q            Ctrl-Q            Ctrl-Q              Quote next input character (allows
  473.             control chars to be input).
  474.  
  475.             14. C            14. C            14. CONFIGURATION                 ONFIGURATION                 ONFIGURATION
  476.  
  477.                                                                                     The  following  are  the   configuration  options  that  are
  478.                                                                                     changeable  via  the   configuration  window  (ALT-C):  auto
  479.                                                                                     indent,  text attributes,  create backup  files, block  mark
  480.                                                                                     attributes,  case   sensitive  search,   regular  expression
  481.                                                                                     searching,  strip trailing  spaces,  insert  mode on  entry,
  482.                                                                                     border attributes, expand tabs, compress spaces, binary file
  483.                                                                                     line length, status line attributes, tab size, start-up key-
  484.                                                                                     map, and help file path. The up and down arrow keys are used
  485.                                                                                     to move  from field  to field. Pressing  ENTER on  any field
  486.                                                                                     saves the  current configuration  setup in  memory. Pressing
  487.                                                                                     ESCAPE  aborts any  changes just  made.  Shift-F2 saves  the
  488.                                                                                     current configuration to disk, and  Shift-F3 reads the saved
  489.                                                                                     configuration from disk. The YES/NO  settings can be toggled
  490.                                                                                     using the  left or right  arrow keys or  the space  bar. The
  491.                                                                                     attributes can be changed using the left or right arrow keys
  492.                                                                                     or the space bar. Screen coordinates,  tab size, binary file
  493.             line length, and any file names are field input areas.
  494.  
  495.  
  496.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  497.  
  498.  
  499.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  500.             9            9            9
  501.  
  502.  
  503.             15. Q            15. Q            15. QUICK                  UICK                  UICK R                      R                      REFERENCE                       EFERENCE                       EFERENCE
  504.  
  505.             Abort out of most commands              ESC
  506.             Add file to current buffer              Alt-F+I
  507.             Auto-search backward                    Ctrl-A+B
  508.             Auto-search forward (word at cursor)    Ctrl-A+F
  509.             Bottom of window                        Ctrl-End
  510.             Bracket Matching                        Alt-Y
  511.             Bring up configuration menu             Alt-C
  512.             Copy single line                        F7
  513.             Cursor down                             Down arrow
  514.             Cursor left                             Left arrow
  515.             Cursor right                            Right arrow
  516.             Cursor up                               Up arrow
  517.             Define keystroke commands               Ctrl-K+D
  518.             Delete char to left                     Backspace
  519.             Delete current char                     Del
  520.             Delete line                             Ctrl-Y
  521.             Delete to end of line                   Alt-K
  522.             Delete window. (or screen)              Ctrl-D+W
  523.             Display binary value of character       Alt-V
  524.             Displays command name for keystroke     Ctrl-K+B
  525.             End of file                             Ctrl-PgDn
  526.             End of line                             End
  527.             Exit, no save                           Alt-X+N
  528.             Exit, prompt to save                    Alt-X+P/Alt-Q
  529.             Exit, save all files                    Alt-X+Z/Alt-Z
  530.             Go to next screen                       Alt-=/F10
  531.             Go to previous screen                   Alt--/F9
  532.             Goto line                               Alt-G
  533.             Goto saved location                     Alt-J+[1...5]
  534.             Insert block                            Alt-I
  535.             Insert copied line                      F8
  536.             Insert Date and time                    Ctrl-D+T
  537.             Insert null character                   Ctrl-2
  538.             Last place                              Ctrl-L
  539.             Line oriented                           Alt-L
  540.             Load key-map from disk                  Ctrl-K+L
  541.             Load macro [1...5 from disk             Alt-M+L+[1...5]
  542.             Make top display                        Ctrl-P
  543.             Move to specified window on screen      Ctrl-W/F2+[arrow]
  544.             Play macro #1                           Alt-E+1/F5
  545.             Play macro #2                           Alt-E+2/Shift-F5
  546.             Play macro #3                           Alt-E+3/Alt F5
  547.             Play macro #4                           Alt-E+4/Ctrl F5
  548.             Quote next character (literal input)    Ctrl-Q
  549.             Read configuration                      Shift-F3
  550.             Read file into next screen              Alt-F+N
  551.             Read file into previous screen          Alt-F+P
  552.             Rectangular oriented                    Alt-B
  553.             Replace backward                        Ctrl-R+B
  554.             Replace forward                         Ctrl-R+F
  555.             Save configuration                      Shift-F2
  556.  
  557.  
  558.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  559.  
  560.  
  561.             2.5            2.5            2.5  Technical Editor                 Technical Editor                 Technical Editor
  562.             10            10            10
  563.  
  564.             Save file and remain in editor          Alt-F+S
  565.             Save key-map to disk                    Ctrl-K+S
  566.             Save location                           Alt-[1..5]
  567.             Save macro [1...5] to disk              Alt-M+S+[1...5]
  568.             Search backward                         Ctrl-S+B/F4
  569.             Search backward again (last search)     Ctrl-B
  570.             Search forward                          Ctrl-S+F/F3
  571.             Search forward again(last search)       Ctrl-F
  572.             Skip left                               Shift-left arrow
  573.             Skip right                              Shift-right arrow
  574.             Split screen horizontal                 Alt-S+H
  575.             Split screen horizontal and read in     Alt-F+H
  576.             Split screen vertical                   Alt-S+V
  577.             Split screen vertical and read in       Alt-F+V
  578.             Start of line                           Home
  579.             Start/Stop recording macro #1           Alt-M+1/F6
  580.             Start/Stop recording macro #2           Alt-M+2/Shift-F6
  581.             Start/Stop recording macro #3           Alt-M+3/Alt-F6
  582.             Start/Stop recording macro #4           Alt-M+4/Ctrl-F6
  583.             Tab left                                Shift-Tab
  584.             Tab right                               Tab
  585.             Toggle auto indent                      Ctrl-T+I
  586.             Toggle between DOS and current window   Alt-T
  587.             Toggle case                             Ctrl-T+C
  588.             Toggle sound                            Ctrl-T+S
  589.             Top of file                             Ctrl-PgUp
  590.             Top of window                           Ctrl-Home
  591.             UNDO                                    Ctrl-U
  592.             Window down                             PgDn
  593.             Window up                               PgUp
  594.             Write block to disk                     Ctrl-W
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.           Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.            Copyright (c) Superior Soft 1988,1989,1990. All rights reserved.