Entering and editing text
Entering Text
- Click in the working area of the Editor pane and begin typing.
- To type on the command line, click in the command line area or press the
Esc key and then begin typing.
Replacing and Inserting Text
- The status line indicates which mode the editor is in. When the editor is
in Replace mode, the cursor appears as a solid block, one character
width in size. Text overlaid by this block will be replaced by any new text
that you type. When the editor is in Insert mode, the cursor
appears as a thin vertical line. Any new text that you type is inserted into
the file at the cursor position, and existing text to the right of the
cursor will be shifted to the right.
- To toggle back and forth between the two modes, press the Insert key.
Deleting Text
- There are many ways to delete unwanted text. To delete single characters,
do one of the following:
- Press Delete. If you are in Insert mode, the character to the
right of the cursor is deleted; if you are in Replace mode, the
character that is overlaid by the cursor is deleted. Text to the left of
the cursor moves right to fill the resulting gap.
- Press Backspace. The character to the left of the cursor is deleted.
Text to the right of or overlaid by the cursor moves left to fill the
resulting gap.
- To delete all the text between the cursor and the end of the current line,
press Ctrl+Delete.
- To delete a complete line, move the cursor to the unwanted line and press
Ctrl+Backspace.
Moving the Cursor
- Position the mouse pointer where you want the cursor to be, and click
mouse button 1, or,
- Press Up, Down, Left, or Right arrow, or,
- Press Home to move the cursor to the beginning of a line, or End to move
it to the end of a line, or,
- Press Ctrl+Left arrow to move the cursor one word left, or Ctrl+Right
arrow to move it one word right, or,
- Press Page Up or Page Down to move the cursor up or down one window at a
time, or,
- Press Ctrl+Home to move the cursor to the beginning of the file, or
Ctrl+End to move it to the end of the file, or,
- Press Ctrl+J to return the cursor to the place in the file where you last
entered text.
Tip! If you inadvertently select text by dragging the
mouse, deselect it by pressing Alt+U, or, click the right mouse button and
choose Deselect from the pop-up menu.
Inserting a Blank Line
Splitting and Joining Lines of Text

Undoing changes
