[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Other Keys
-----------------------------------------------------------------------------------------

   Enter
        Insert a newline at the cursor.  If the cursor is in the middle of
        a line, the line is split at the cursor.  Indentation is matched
        if the editor is in the Indent mode.

   Shift-Enter
        Move the cursor down a line.  The cursor is placed on the first
        non-blank character in the next line.  No lines are added to the
        file.

   Ctrl-Enter
        Move the cursor down a line.  The cursor is placed on column 1 in
        the next line.  No lines are added to the file.

   Up (arrow)
        Move cursor up.

   Down (arrow)
        Move cursor down.

   Left (arrow)
        Move cursor left.

   Right (arrow)
        Move cursor right.

   Home
        Toggles between the first non-blank character and column zero.

   End
        Move cursor to the end of line character.

   Page Up
        Move cursor up one page.

   Page Down
        Move cursor down one page.

   Ctrl-Right
        Move cursor one word right.

   Ctrl-Left
        Move cursor one word left.

   ^#Right   (Control+Shift+Right)
        Pan the screen one character to the right.

   ^#Left    (Control+Shift+Left)
        Pan the screen one character to the left.
                                                
   Ctrl-Home
        Move cursor to first line on screen.

   Ctrl-End
        Move cursor to last line on screen.

   Ctrl-Page Up
        Move cursor to first page in file.

   Ctrl-Page Down
        Move cursor to last page in file.

   Zip to line
        Move to line number.  TDE prompts for line number.  Press Escape
        to abort.

   Center
        The cursor is moved to the center of the current window.

  Ctrl-Center
        The line the cursor is on is moved to the center of the current
        window.

   Grey -  (on the key pad) or Ctrl-Down
        Scroll window up with cursor staying on same line in file.

   Grey +  (on the key pad) or
   Ctrl-Up
        Scroll window down with cursor staying on same line in file.

  Alt-Grey Up (the arrow in the cursor/control cluster) 
    or
  Ctrl-Grey -  (grey - on keypad)
        Cursor stays on same line of the screen as the file scrolls up.

  Alt-Grey Down (the arrow in the cursor/control cluster) 
    or
  Ctrl-Grey +  (grey + on keypad)
        Cursor stays on same line of the screen as the file scrolls down.

  Alt-Grey PgUp
        Horizontal page left.

  Alt-Grey PgDn
        Horizontal page right.

   ESC - undo line
        Get back the original unchanged line.  When cursor is moved off a
        line, all changes to the file are made and there is no way to get
        back the contents of a line.

   Del
        Delete the character, if any, under the cursor.

   Ctrl-Del
        Delete the characters in the file as if they were a stream.
        Lines will be joined at the cursor and eventually every
        character in the file may be deleted.

   Backspace
        Delete the character to the left of the cursor and move left.  If
        the cursor is on the first column of a line, the current line is
        joined with the line above.  If in indent mode and the cursor is
        on the first non-blank character, TDE matches the indentation of
        the previous line(s).

   Alt-=
        Duplicates the current line.

   Alt--
        Deletes the text from the cursor to the end of line.

   Ctrl-Y
        Deletes current line, cursor does not move.

   Alt-D
        Deletes current line, cursor does not move (exactly same as Ctrl-Y).

   Alt-Y  or  Ctrl-U
        Undelete the most recently deleted line.  The undelete buffer has
        room for 200 lines of deleted text.  If more than 200 lines are
        deleted, the oldest line(s) are pushed out before the new one is
        added.  You may press Ctrl-U repeatedly to undelete all lines in
        the buffer.

        Deleted lines from line delete, delete to end of line, word
        delete, join line, and backspace are stored in the undelete
        buffer.

   Alt-A
        Add a blank line below cursor.

   Ctrl-_  or Control underline
        Split line at column of cursor.  If in indent mode, the split line
        is autoindented.

   Alt-J
        Join the current line with the line below.

   Ctrl-]
        Paren Balance.

   Alt-1 To Alt-3
        Set a file marker.  Each file may have up to 3 markers.

   #@1 - #@3    (Shift+Alt+1 thru Shift+Alt+3)
        Goto a previously defined file marker.


   Ctrl-@  (Control+At sign -- not Control+Alt.  Control+At sign is the first
          character in the ASCII character set, Control+2 on many keyboards)
        Writes the current system date and time at the column of the
        cursor.  Use tdecfg to set the desired year and time format.

   Control-Break
        In TDE, Control-Break will stop printing, sorting,
        search/replacing, and recursive macros.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson