Concept Editor Commands Cursor Pad Equivalent cursor up cursor up cursor down cursor down cursor left cursor left cursor right cursor right cursor up 4 lines tape cursor down 4 lines tab set CTL-T Top of line CTL-E End of line M Middle of line CTL-A go to top of file home CTL-Z go to end of file CTL-N Next screen page down CTL-P Previous screen page up (shift-page) N Next half-screen scroll down P Previous half-screen scroll up (shift-scroll) CTL-L redisplay screen delete char before cursor CTL-D Delete char at cursor CTL-K Kill rest of line CTL-U kill beginning of line CTL-B Break line at cursor break line before cursor U concatenate with previous line D concatenate with next line CTL-F Forward search CTL-F repeat Forward search CTL-R Reverse search CTL-R repeat Reverse search S mark the Spot R Return to the marked spot CTL-W CTL-W cursor start of word SHIFT- cursor next word SHIFT- cursor previous word CTL-V oVerwrite mode (return to normal mode with another CTL-V) G Get the text currently in the deleted text buffer, inserting it at the cursor. L set the block Limit pointer (this pointer is not maintained when text is inserted or deleted before it in the buffer) C Copy all text between cursor and block limit into the deleted text buffer (cursor may be before or after block limit) K Kill all characters between cursor and the block limit (this command unsets the block limit pointer) CTL-G enter standard TECO command string H display Help screen CTL-C exit video editor, return to TECO exit video editor, return to TECO X exit TECO saving new file, return to DCL (EX$$) CTL-C abort TECO without saving new file, return to DCL (^C$$)