Developers copy and paste more than almost any other macOS user — code snippets, commit hashes, error messages, JSON blobs, URLs, file paths. The default Cmd+C / Cmd+V only scratches the surface. Here are 10 tricks that save real time.

1. Paste without formatting: Cmd+Shift+Option+V

Copying from a browser, a Slack message, or a Notion doc usually drags font, color, and link formatting along. Pasting into a code editor or plain text field with Cmd+Shift+Option+V strips it all and pastes plain text. Works in most native macOS apps. Memorize this one.

2. Show the current clipboard: Finder → Edit → Show Clipboard

Quick way to inspect what is actually on your clipboard without pasting anywhere. Useful when you are not sure if your copy "took" or if a tool stripped it down to nothing.

3. Screenshot directly to clipboard: Cmd+Ctrl+Shift+4

The standard Cmd+Shift+4 saves a screenshot to your Desktop. Add CtrlCmd+Ctrl+Shift+4 — and it goes to your clipboard instead. Paste straight into a PR comment, a bug report, or Slack without ever creating a file. Add Space after for window capture instead of region.

4. Universal Clipboard: copy on iPhone, paste on Mac

If your devices share an iCloud account and are nearby on Wi-Fi + Bluetooth, copying on one and pasting on the other Just Works™. Great for grabbing 2FA codes from your phone, or text from a webpage open on iPad. Enable in System Settings → General → AirDrop & Handoff → Allow Handoff.

5. Drag-and-drop is a clipboard too

Selecting text or a file and dragging it to another app is effectively a copy/paste that bypasses the clipboard entirely — so it does not overwrite whatever you currently have copied. Handy when you need to keep something on the clipboard and still move data around.

6. Move files instead of copying: Cmd+Option+V

In Finder, Cmd+C on a file then Cmd+V copies it. Replacing the paste with Cmd+Option+V moves the file instead — the macOS equivalent of cut and paste. (There is noCmd+X for files in Finder by default; this is the trick.)

7. Hold Option while dragging to force a copy

Dragging a file usually moves it within the same volume and copies it across volumes. Hold Option mid-drag to force a copy anywhere. Hold Cmd to force a move. Hold both (Cmd+Option) to create an alias.

8. Use a clipboard manager for everything else

macOS only remembers one copied item at a time. A clipboard manager keeps your last N copies and lets you recall any of them with a hotkey.

We are biased here — we built ClipArc because no existing manager felt fast or private enough. With Cmd+Shift+V you get fuzzy search across up to 500 recent copies, content-type filtering (URL / code / color / image / JSON / etc.), and zero cloud sync — everything stays on your Mac.

9. Filter clipboard history by content type

Once you are using a clipboard manager, the win is filtering. Typical scenarios:

  • Show only URLs — grab the link you copied an hour ago without scrolling past 30 code snippets
  • Show only colors — hex codes you have used recently, straight into a CSS file
  • Show only images — pick a thumbnail visually rather than reading text previews
  • Show only code — auto-detected by syntax, separated from prose

10. Pin frequent snippets

Your name, email, mailing address, an API key you keep regenerating, the team channel emoji you cannot type — anything you reuse should be pinned to the top of your clipboard manager. In ClipArc this is the Frequent Items list; one click and it is pasted.

The compound effect

Each of these saves a few seconds. A developer who copies and pastes 200+ times a day — which is typical — saves 10-15 minutes a day from just the format-stripping paste and the clipboard manager alone. Over a year that is roughly a full week of work recovered.

Try ClipArc free →

Also worth reading: How to access clipboard history on Mac.