2.2 Selection and Basic Editing
Key Takeaways
- Before applying any formatting or edit operation, target text must first be selected using the mouse or keyboard.
- Mouse shortcuts like double-clicking select a word, while triple-clicking selects a paragraph; Ctrl+click selects a sentence.
- Backspace deletes the character to the left of the cursor, while Delete removes the character to the right.
Editing a document efficiently requires a strong command of selection techniques and basic text manipulation commands. Before any formatting change or editing operation can be applied to text, that text must first be selected. In word processing terms, selection highlights a block of text, telling the software which characters, words, or paragraphs are the target of the next command.
Mouse-Based Selection Methods
The mouse is the primary tool for selecting text blocks of varying sizes. While click-and-drag is the most common technique, it can be imprecise for larger blocks. Word processors support several double-click and triple-click shortcuts to select specific structural elements:
- Single Character or Word: To select a single word, double-click anywhere within that word. The word and the single space trailing it are typically highlighted.
- Single Sentence: To select a complete sentence, hold down the Ctrl key (or Cmd key on macOS) and click anywhere inside the sentence. The software automatically detects the capital letter at the beginning and the punctuation mark at the end.
- Single Line: Position the mouse pointer in the left margin of the document (the blank area to the left of the text) until the cursor changes from an I-beam to a right-pointing arrow. Click once to select the entire line adjacent to the pointer.
- Single Paragraph: There are two common methods. You can triple-click anywhere within the paragraph body, or you can double-click in the left margin next to the paragraph.
- Entire Document: To select all content, including text, images, and tables, press the keyboard shortcut Ctrl+A (or Cmd+A on macOS). Alternatively, you can triple-click in the left margin of the document.
Keyboard-Based Selection Methods
For precise control, users can select text using the keyboard. This is often faster than using the mouse because it keeps the hands on the keys. The fundamental rule of keyboard selection is to combine navigation shortcuts with the Shift key:
- Character by Character: Hold
Shiftand press theLeft ArroworRight Arrowkey. - Word by Word: Hold
Ctrl+Shift(orCmd+Shift) and press theLeft ArroworRight Arrowkey. - Line by Line: Hold
Shiftand press theUp ArroworDown Arrowkey. - To the Beginning/End of a Line: Hold
Shiftand press theHomeorEndkey. - To the Beginning/End of a Document: Hold
Ctrl+Shift(orCmd+Shift) and press theHomeorEndkey.
Selecting Non-Adjacent Text Blocks
In advanced editing scenarios, you may want to apply formatting (such as bolding or highlighting) to multiple separate blocks of text simultaneously. Instead of formatting each block individually, you can select non-adjacent text blocks. To do this, select the first block of text using any standard method, then hold down the Ctrl key (or Cmd key on macOS) and select the subsequent blocks of text. Once all desired blocks are highlighted, any command you perform (such as changing the font size or copying) will apply to all selected text.
| Text Element | Mouse Method | Keyboard Method |
|---|---|---|
| Single Word | Double-click the word | Position cursor, hold Ctrl+Shift and press Left/Right Arrow |
| Sentence | Hold Ctrl (or Cmd) and click the sentence | N/A |
| Single Line | Click once in the left margin | Position cursor at start, hold Shift and press End |
| Paragraph | Triple-click paragraph OR double-click left margin | Position cursor at start, hold Ctrl+Shift and press Down Arrow |
| Entire Document | Triple-click in the left margin | Press Ctrl+A (or Cmd+A) |
| Non-Adjacent Text | Select first block, hold Ctrl (or Cmd) and select others | N/A |
Basic Editing Operations: Inserting, Overwriting, and Deleting
Once text is selected or the insertion point is positioned, you can modify the text using standard operations.
Inserting vs. Overwriting Text
By default, word processors operate in Insert Mode. In this mode, typing new text inserts characters at the cursor position and pushes all existing text to the right. However, most word processors also support Overtype Mode (sometimes toggled via the Insert key on the keyboard, or configured in the status bar preferences). In Overtype Mode, any new character you type replaces the existing character immediately to the right of the insertion point. This is useful when replacing a fixed-length code or date format, but can lead to accidental data loss if the user is unaware that the mode is active.
Deleting Text: Backspace vs. Delete Keys
It is crucial to understand the functional difference between the two primary deletion keys:
- Backspace Key: Deletes the single character immediately to the left of the insertion point, moving the cursor one space backward.
- Delete Key: Deletes the single character immediately to the right of the insertion point, pulling the subsequent text forward while keeping the cursor in its current position.
If a block of text is selected, pressing either the Backspace or Delete key will immediately remove the entire highlighted selection. If you accidentally delete text, you can restore it using the Undo function.
The Undo and Redo Commands
The Undo command is one of the most powerful features of modern word processing, protecting users from mistakes by reversing recent actions.
- Undo (Ctrl+Z): Reverses the last action performed, such as typing a word, deleting a sentence, or changing a font color. Word processors maintain an action history, allowing users to step backward through multiple consecutive actions. Clicking the drop-down arrow next to the Undo button on the Quick Access Toolbar allows you to select and undo multiple actions at once.
- Redo (Ctrl+Y): Reapplies an action that was recently reversed using the Undo command. Redo acts as the opposite of Undo. If you undo an action and then decide it was correct after all, Redo restores it. Note that if you perform a new edit action after using Undo, the Redo history is cleared, and you can no longer redo those undone steps.
Which mouse action selects an entire paragraph in a standard word processing document?
What is the functional difference between the Backspace and Delete keys when editing text?
Which command reverses the last edit action made to a document, and what is its shortcut?