The basic moves that work in almost every text editor
Editing text means changing what you have already written — fixing typos, moving sentences around, deleting whole paragraphs, or rewriting a phrase. The core moves are the same whether you are using Microsoft Word, Google Docs, Apple Pages, or a plain text editor: select the text you want to change, then delete it, replace it, or move it somewhere else.
The fastest way to edit is to learn the keyboard shortcuts your tool offers, because reaching for the mouse breaks your rhythm. But every editor also has menu buttons and right-click options for the same tasks, so you can always find what you need even if you do not memorize the shortcuts.
Key Takeaways
- Select text by clicking and dragging, double-clicking a word, triple-clicking a paragraph, or using Shift and arrow keys to extend your selection one character at a time.
- Delete selected text by pressing Delete or Backspace; replace it by typing — your new text overwrites the selection automatically.
- Cut (Ctrl+X or Cmd+X) removes text and saves it to your clipboard; paste (Ctrl+V or Cmd+V) inserts it elsewhere in the same document or a different one.
- Find and Replace (Ctrl+H or Cmd+H) changes every instance of a word or phrase at once, which saves time when you need to fix the same mistake throughout a document.
- Undo (Ctrl+Z or Cmd+Z) reverses your last action, and you can undo multiple times to go back several steps.
How to select text before you edit it
You cannot change text without first telling the editor which text you want to change. Selection is the act of highlighting text so the editor knows what you mean. The simplest way is to click at the start of the text you want, hold down the mouse button, drag to the end, and release. The highlighted area turns a different color — usually blue or gray — to show it is selected.
If you want to select a single word, double-click it. If you want to select an entire paragraph, triple-click anywhere in that paragraph. If you want to select from where your cursor is to the end of the line, hold Shift and press the End key. If you want to select from your cursor backward to the start of the line, hold Shift and press Home. These keyboard shortcuts are faster than dragging once you get used to them, especially for large selections.
You can also select all text in a document by pressing Ctrl+A (Windows) or Cmd+A (Mac). This is useful when you want to change the font, size, or spacing for the entire document at once.
Deleting and replacing selected text
Once text is selected, press Delete or Backspace to remove it. Both keys do the same thing — they erase the selected text and close the gap. The text after the selection moves up to fill the space where the deleted text was.
If you want to replace selected text with something new, just start typing. Your new text automatically overwrites the selection. You do not need to delete first. For example, if you select the word "happy" and type "joyful", the word "happy" disappears and "joyful" takes its place.
Moving text with cut and paste
Cut removes text from where it is and saves it to a temporary storage area called the clipboard. Paste inserts that text somewhere else. This is how you move sentences between paragraphs or reorganize sections of a document.
To cut, select the text and press Ctrl+X (Windows) or Cmd+X (Mac). The text disappears from the document. Click or tap where you want to put it, then press Ctrl+V (Windows) or Cmd+V (Mac) to paste. The text reappears in the new location. You can paste the same text multiple times — cutting does not erase it from the clipboard until you cut something else.
Copy works the same way as cut, except the original text stays in place. Press Ctrl+C (Windows) or Cmd+C (Mac) to copy selected text, then paste it elsewhere. Use copy when you want to duplicate text; use cut when you want to move it.
Finding and replacing words throughout a document
If you have used the same wrong word or phrase many times in a document, editing each instance by hand takes forever. Find and Replace does it all at once. Press Ctrl+H (Windows) or Cmd+H (Mac) to open the Find and Replace dialog.
Type the word or phrase you want to find in the first box. Type what you want to replace it with in the second box. Click "Replace All" to change every instance in the document at once. If you want to check each replacement before it happens, click "Replace" one at a time instead — the editor will highlight each match and wait for you to confirm.
Find and Replace is especially useful for fixing repeated typos, changing a character's name throughout a story, or updating a term that appears in many places. Be careful with short words like "the" or "a" — replacing them everywhere can create mistakes if you are not paying attention.
Undoing changes you did not mean to make
If you delete something by accident or make a change you regret, press Ctrl+Z (Windows) or Cmd+Z (Mac) to undo. The editor reverses your last action and restores the text to how it was before. You can undo multiple times — each press of Ctrl+Z or Cmd+Z takes you back one more step.
Most editors show an undo history that lets you see what you have changed and jump back to any earlier version of the document. Look for an undo button in the toolbar — it usually looks like a curved arrow pointing left — and click the small arrow next to it to see the list of recent changes.
The opposite of undo is redo. If you undo something and then change your mind, press Ctrl+Y (Windows) or Cmd+Y (Mac) to redo and bring the change back.
Editing in Google Docs, Microsoft Word, and other cloud editors
The basic editing moves work the same in Google Docs, Microsoft Word online, and other cloud-based editors, but these tools add a few extra features. Suggestion mode lets you make changes without permanently altering the original document — instead, your edits appear as tracked changes that the document owner can review and accept or reject. This is useful when multiple people are working on the same document.
Cloud editors also save your work automatically as you type, so you do not have to remember to save. They keep a version history, which means you can see who changed what and when, and you can restore an earlier version of the document if you need to. These features are built into the editor itself — you do not need to do anything to turn them on.
Frequently Asked Questions
What is the difference between Delete and Backspace?
On most keyboards, Delete removes the character to the right of your cursor, and Backspace removes the character to the left. When text is selected, both keys delete the entire selection, so there is no practical difference. Use whichever feels natural to you.
Can I undo changes after I close the document?
In cloud editors like Google Docs and Microsoft Word online, yes — you can restore an earlier version through the version history menu. In desktop programs like Word, it depends on the program. Some save undo history when you close; others do not. Check your program's settings or help menu to be sure.
How do I select text that spans multiple pages?
Click at the start of the text on the first page, then hold Shift and click at the end of the text on the last page. The editor will select everything in between. You can also use Ctrl+A to select the entire document, then adjust your selection from there.
What happens if I paste text from a website into my document?
The text usually brings its original formatting — colors, fonts, sizes — with it. Most editors have a "Paste Special" option that lets you paste as plain text instead, which strips away the formatting and matches your document's style. Look for Paste Special in the Edit menu or right-click menu.
Can Find and Replace work with partial words?
Yes. If you search for "ing", it will find and replace "ing" inside words like "running" and "walking", not just words that are "ing" by itself. If you want to match whole words only, most editors have a checkbox for that in the Find and Replace dialog.