CodeView (cv.hlp) (Table of Contents; Topic list)
Editing Reused Commands
 Reusing Commands                          Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Use the following keys to edit CodeView commands:
 
     Action                                                 Key
 
     Moves cursor to previous command in the buffer. If     SHIFT+TAB
     the cursor is at the beginning of the buffer, wraps
     to the end of the buffer.
 
     Moves cursor to next command in the buffer. If the     TAB
     cursor is at the end of the buffer, wraps to the
     beginning of the buffer.
 
     Moves cursor one word to the right. A word             CTRL+RIGHT
     separator is any nonalphanumeric character.
 
     Moves cursor one word to the left.                     CTRL+LEFT
 
     Deletes character before the cursor on the command     BACKSPACE
     line and moves the cursor left one space.
 
     Deletes character at the cursor position.              DEL
 
     Moves cursor to the left.                              LEFT
 
     Moves cursor to the right.                             RIGHT
 
     Moves cursor to the beginning of the line.             HOME
 
     Moves cursor past the last character                   END
     on the line.
 
     Moves cursor to top of the command buffer.             CTRL+HOME
 
     Moves cursor to bottom of the command buffer.          CTRL+END
 
     Toggles between insert and overtype modes. The         INS
     cursor appears as an underscore (_) in insert mode
     or as a full block (■) in overtype mode.
 
     Inserts text previously saved as selected text.        SHIFT+INS
 
     Copies selected text to the clipboard.                 CTRL+INS
 
     See: Command Window
                                    -♦-