Quick copy paste: speed up how you handle text
Quick answer: The fastest way to copy paste is: double-click a word (selects it) → Ctrl+C → Ctrl+V. For cross-device quick copy paste, open clipboardsyncer.com on both devices, create a room, share the code - text syncs in 5 seconds. No app, no login.
Copy paste is something you do hundreds of times a day. If you work with text regularly - writing, coding, doing research, sending messages - each copy-paste operation takes a few seconds. Shaving even half a second off each one adds up to 10-15 minutes per day. That's over an hour per week you could save just by using faster techniques.
This guide covers every shortcut, selection trick, and workflow optimization for quick copy paste across all operating systems. Whether you're on Windows, Mac, Linux, ChromeOS, or mobile, there's probably a faster way to do what you're already doing.
Complete keyboard shortcut reference by OS
Here's a full comparison of copy paste shortcuts across every major platform:
| Action | Windows/Linux | macOS | ChromeOS | Android (w/ keyboard) | iOS (w/ keyboard) |
|---|---|---|---|---|---|
| Copy | Ctrl+C | Cmd+C | Ctrl+C | Ctrl+C | Cmd+C |
| Cut | Ctrl+X | Cmd+X | Ctrl+X | Ctrl+X | Cmd+X |
| Paste | Ctrl+V | Cmd+V | Ctrl+V | Ctrl+V | Cmd+V |
| Paste without formatting | Ctrl+Shift+V | Cmd+Shift+V | Ctrl+Shift+V | Ctrl+Shift+V | Cmd+Shift+V |
| Clipboard history | Win+V | None (use third-party) | Search+V | Gboard clipboard key | None |
| Select all | Ctrl+A | Cmd+A | Ctrl+A | Ctrl+A | Cmd+A |
| Undo paste | Ctrl+Z | Cmd+Z | Ctrl+Z | Ctrl+Z | Cmd+Z |
Advanced selection tricks that save time
Most people select text by clicking and dragging. That's actually the slowest method. Here are faster alternatives:
Double-click: Selects the entire word under your cursor. No dragging needed. Then immediately hit Ctrl+C. This is the single fastest way to grab a word.
Triple-click: Selects the entire paragraph (or line, depending on the app). Triple-click inside any paragraph and the whole thing highlights instantly.
Ctrl+Shift+Right/Left arrow: Selects one word at a time in the direction of the arrow. Hold Shift and keep tapping the arrow to extend your selection word by word. Much more precise than mouse dragging.
Shift+End / Shift+Home: Selects from cursor position to the end or beginning of the current line. Incredibly useful when you need to grab everything from a certain point to the edge.
Ctrl+Shift+End: Selects from cursor to the end of the entire document. One keystroke to grab everything below your cursor.
Ctrl+Shift+Home: Selects from cursor to the beginning of the document. Same idea but upward.
Ctrl+L (browsers): Selects the entire URL in the address bar. Then Ctrl+C copies it. Two keystrokes to grab any page link - way faster than triple-clicking in the address bar.
Ctrl+D (in VS Code and Sublime): Selects the next occurrence of whatever you have selected. Keep pressing to select more occurrences. Then type to replace all of them at once.
Paste without formatting - every method
Regular Ctrl+V carries over the original styling: fonts, colors, bold, italic, links, bullet styles. When you copy from a webpage and paste into an email, you get the webpage's CSS mixed into your message. Here's how to paste clean plain text:
Native shortcuts by app
- Chrome, Firefox, Edge: Ctrl+Shift+V pastes plain text in any web form or content-editable area
- Google Docs: Ctrl+Shift+V
- Microsoft Word: Ctrl+Alt+V opens Paste Special dialog, select "Unformatted Text"
- Microsoft Outlook: Ctrl+Shift+V does NOT work. Use Ctrl+Alt+V instead
- Apple Notes / Pages: Cmd+Option+Shift+V (four keys, awkward but it works)
- VS Code: Always pastes plain text by default since it's a code editor
- Slack: Ctrl+Shift+V
- Notion: Ctrl+Shift+V
Universal workaround
If none of the shortcuts work in your app, paste into a plain text intermediary first. Open ClipboardSyncer, paste there (it strips all formatting automatically), then copy the clean text back. Alternatively, paste into the address bar of your browser and copy from there - address bars only hold plain text.
Clipboard history shortcuts
The single biggest speed improvement for heavy copy-paste users is clipboard history. Instead of copying one thing, switching windows, pasting, switching back, copying the next thing... you copy everything first, then paste each item from history.
Windows (Win+V)
Press Win+V to open clipboard history. The first time, Windows will ask you to enable it. Once enabled, it stores your last 25 copied items. Click any item to paste it at your cursor position. You can also pin items (email signature, address, boilerplate text) so they never get pushed out of history. See Microsoft's clipboard history documentation for setup details.
ChromeOS (Search+V)
Press Search+V (or Launcher+V on newer Chromebooks). Shows your last 5 copied items. Supports text and images. Click to paste.
macOS
macOS has no built-in clipboard history. You need a third-party tool. Maccy is free and open-source. Raycast includes clipboard history in its free tier. Both let you search through past copies with a keyboard shortcut.
Web-based alternative
If you don't want to install anything, keep browser-based clipboard history tools open. They use localStorage to store items and work across sessions.
Quick text manipulation shortcuts
These aren't technically copy-paste, but they're part of the same workflow when you're quickly editing text:
- Ctrl+Backspace: Deletes the entire word to the left of the cursor. Way faster than holding Backspace to erase character by character.
- Ctrl+Delete: Deletes the entire word to the right of the cursor.
- Ctrl+Z: Undo. If you paste the wrong thing, Ctrl+Z brings back what was there before.
- Ctrl+Y or Ctrl+Shift+Z: Redo. Undid too much? Bring it back.
- Home/End keys: Jump to start/end of current line. Combine with Shift to select.
- Ctrl+Home / Ctrl+End: Jump to start/end of document.
- Ctrl+Left/Right: Jump one word at a time. Useful for navigating to the exact spot you want to paste.
Speed tips for developers
If you write code, your copy-paste workflow has extra layers. Here are developer-specific speedups:
Terminal paste
In most terminals (GNOME Terminal, Windows Terminal, iTerm2), Ctrl+Shift+V is paste. Regular Ctrl+V sends a literal control character. On macOS Terminal and iTerm2, Cmd+V works normally because Cmd isn't intercepted by the shell.
IDE multi-cursor paste
In VS Code, if you copy 3 lines and have 3 cursors active, paste distributes one line per cursor. This is incredibly powerful for batch edits. Select multiple lines with Alt+Click to create cursors, then paste.
Line duplication
Instead of copy-paste to duplicate a line, use Shift+Alt+Down (VS Code) or Ctrl+D (JetBrains IDEs). No clipboard involved, no overwriting what's currently in your clipboard.
Terminal selection (Linux X11)
On Linux with X11, any text you highlight with your mouse is automatically available in the "primary selection." Middle-click to paste it anywhere. This is separate from Ctrl+C clipboard, meaning you effectively have two clipboards at once. Select something with the mouse, middle-click to paste it, and your Ctrl+C clipboard remains untouched.
tmux copy mode
If you live in tmux, enter copy mode with Ctrl+B [, navigate with vim keys, select with Space, copy with Enter. Paste with Ctrl+B ]. It maintains its own buffer separate from the system clipboard.
Quick paste between devices
Moving text between phone and computer is usually the slowest part of anyone's copy-paste workflow. The typical approach - sending yourself an email or message - takes 30-60 seconds. Here are faster options:
- ClipboardSyncer: Open on both devices, create a room code, and text transfers instantly. No login, no install. Works between any devices with a browser.
- Apple Universal Clipboard: If all your devices are Apple and signed into the same iCloud, copy on one and paste on the other. Works automatically but only within Apple ecosystem.
- Phone Link (Windows + Android): Microsoft's Phone Link app can sync clipboard between Windows PC and Android phone.
- KDE Connect (Linux + Android): Open source, syncs clipboard automatically between connected devices over local network.
The web-based approach (like ClipboardSyncer) is the most universal because it doesn't require specific device combinations or ecosystems. It works between a Windows PC and an iPhone, or an Android phone and a Linux laptop, or any other combination.
Common mistakes that slow you down
These habits waste time without you realizing it:
- Using right-click menu for copy/paste: Adds 1-2 seconds per operation. Switch to keyboard shortcuts and you'll notice the difference within a day.
- Click-and-drag to select a single word: Double-click instead. Precise selection without overshoot.
- Emailing text to yourself: Open a tab, compose, send, switch devices, open email, find message, copy... That's 8 steps. Online clipboard tools do it in 2.
- Retyping text visible on another screen: Even if it's short, copy it. Retyping introduces errors and takes longer than you think.
- Not using clipboard history: If you're switching between windows to copy one thing at a time, Win+V changes your life. Copy 5 things, switch once, paste all 5.
- Manually removing formatting after paste: Use Ctrl+Shift+V from the start. Don't paste formatted, then select all, then change font.
- Forgetting Cut exists: If you need to move text (not duplicate it), Ctrl+X removes it from the source and puts it on the clipboard in one step. No need to copy then go back and delete.
Mobile quick copy paste tips
Android
- Long-press a word to select it, then drag the blue handles to expand selection
- Tap "Select All" in the toolbar if you want everything
- Gboard users: tap the clipboard icon on the keyboard toolbar to see your last several copied items
- Share menu → Copy to clipboard works in many apps for content that isn't directly selectable
iOS
- Double-tap a word to select it, triple-tap for a sentence
- Pinch with three fingers to copy, spread three fingers to paste (gesture shortcuts)
- Shake to undo a paste (or tap with three fingers for the undo/redo toolbar)
- Long-press the spacebar to turn the keyboard into a trackpad for precise cursor positioning before paste
Setting up your environment for speed
If you want the absolute fastest copy-paste workflow, set up these things once:
- Enable clipboard history on your OS (Win+V on Windows, install Maccy on Mac)
- Bookmark ClipboardSyncer on all your devices for instant cross-device transfer
- Pin your most-pasted items in clipboard history (addresses, email signatures, boilerplate responses)
- Remap keys if needed: If your keyboard lacks Home/End, consider remapping Caps Lock or another unused key
- Learn 3 new shortcuts this week: Ctrl+Shift+V, Ctrl+Backspace, and Win+V will give you the biggest immediate improvement
Check out our complete shortcuts reference if you want a printable cheat sheet of everything covered here.