Tutorials 21 min read

Paste Without Formatting Is a Note Discipline

MMNMNOTE
paste-without-formattingkeyboard-shortcutsplain-textmarkdownclipboardmacoswindowsmicrosoft-wordnote-taking

A regular paste does not move text. It moves a font stack, a color, a size, a hidden HTML wrapper, and whatever else the source app considered part of the selection. A plain-text paste moves the characters only. The shortcut is Ctrl+Shift+V on Windows and Linux and Option-Shift-Command-V in Apple's native apps1; in Microsoft Word it has been the same shortcut since the Word team announced it in March 20232.

The post is about why that keypress is a discipline, not a tip. A note that calls itself plain text has a contract with the file: what the editor shows is the bytes the file holds. The clipboard breaks that contract almost every time.

A paragraph copied from a news article arrives carrying the publisher's font-family, the brand color of a link, and a paragraph wrapper whose semantics belong to a CMS the reader will never see. The renderer hides most of it. The bytes do not lie about it. The shortcut closes the gap.

The single habit: one shortcut, one outcome

The single habit is to add one key to every paste that crosses an app boundary. Hold Shift on top of the regular paste, and you tell the operating system to throw away every attribute the clipboard is carrying and hand the destination program only the characters. The text arrives in the destination's own typography. The file you save is the file you see. The habit costs one finger and removes an entire category of cleanup.

Apple's documentation names the destination behavior precisely. The macOS shortcut Option-Shift-Command-V is defined in the official keyboard-shortcuts reference as "Paste and Match Style: Apply the style of the surrounding content to the item pasted within that content."1

The phrase match style is the point. The pasted text takes on the typography of the document it joins. Nothing from the source comes along to fight it. The four-key combo is deliberate: Apple wanted "no surprises" to require a conscious press.

On Microsoft Word, the announcement was a 2023 product post by Ali Forelli, a Product Manager on the Word team. "Indeed, users expect that Ctrl + Shift + V will paste plain text," she wrote on the Microsoft 365 Insider blog, "so when this doesn't work, the experience can be frustrating. The Word team heard about this problem from users, so we're updating keyboard shortcuts as a direct response to your feedback."2

Forelli is the on-record voice for the change. The shortcut was announced March 7, 2023, rolled out to Insider Beta first, and reached general Microsoft 365 channels through 20243. The brief shorthand of "August 2024" refers to the broad-rollout milestone, not the announcement; the dual date is the honest one.

The five-minute version: the per-OS table

Five minutes is enough to memorize the keys for the four surfaces a notes vault touches every day — a browser, a chat app, a writing app, and the operating system itself. The shortcuts are not symmetric across platforms, but they reduce to two rules. Hold Shift with paste on Windows and Linux. Hold Option and Shift with paste in Apple's own apps. Every other variation in the table below is an exception worth knowing once.

SurfaceWindows / LinuxmacOS
Chromium browsers (Chrome, Edge, Brave)Ctrl+Shift+VCmd+Shift+V
Gmail, Google Docs, Sheets, SlidesCtrl+Shift+VCmd+Shift+V
Slack, Discord, Microsoft TeamsCtrl+Shift+VCmd+Shift+V
OneNoteCtrl+Shift+VCmd+Shift+V
Microsoft Word (since 2023 announce; 2024 general)Ctrl+Shift+VCmd+Shift+V
Microsoft Excel and PowerPointAlt, H, V, T (Ribbon path)Alt, H, V, T
Markdown editors (VS Code, Notion, Obsidian)Ctrl+Shift+VCmd+Shift+V
Apple Notes, Mail, Pages, TextEditCmd+Option+Shift+V

The Recapio paste guide states the macOS duality in plain English: "On macOS, Cmd+Shift+V works in many apps like Google Chrome, but others — especially native Apple apps — require the slightly more complex Cmd+Option+Shift+V. It's a good idea to get familiar with both."4

The shorter combo follows the Chromium convention; the longer combo follows Apple's NSText framework default. Both are real. They live in different app frameworks, not in different versions of "the right shortcut."

Two Microsoft Office surfaces are still the exception. CmdOS's Windows guide names them directly: "Excel, PowerPoint: Alt, H, V, T (Ribbon shortcut)"5 — that is, these apps do not bind Ctrl+Shift+V to plain-text paste, and the Ribbon path is the documented workaround.

Office Watch is blunter about the rollout shape: "Microsoft's execution of Ctrl/Cmd + Shift + V to Paste Text Only has been messy and still isn't complete."6 Treat the table as the dominant convention, not as a universal guarantee.

TextEdit on macOS has its own corner case worth flagging. TextEdit documents are in Rich Text by default, so pasting plain text into a fresh TextEdit window still produces a formatted document; convert the document to plain text first with Cmd+Shift+T, then paste. The fix is one keystroke. The lesson is that the destination matters as much as the source.

The thirty-minute version: remap your Mac so plain is the default

If you keep notes in plain Markdown and you paste from the web every day, the four-key combo on macOS will lose to muscle memory eventually. The thirty-minute version is to make plain paste the default, system-wide, by remapping the menu command so that Cmd+V and Cmd+Shift+V are wired to Paste and Match Style in the apps you care about. The path is a settings detour, not a hack. macOS exposes it through its own keyboard-shortcuts panel.

On macOS Ventura (2022) and later, Apple renamed the top-level menu from System Preferences to System Settings. The current path is System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts → +. Christian Zibreg's 2025 iDownloadBlog walkthrough uses the post-Ventura phrasing exactly: open "System Settings > Keyboard, click the 'Keyboard Shortcuts' button and then hit the plus icon"7.

From there, pick the target application (or All Applications), enter the menu title verbatim — Paste and Match Style — and press the keystroke you want to bind. Earlier writeups from 2021, including Dennis Sellers' Other World Computing post, describe the same mechanical path under the older System Preferences name8; the menu names changed, the underlying setting did not.

The honest step-by-step:

  1. Open System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts.
  2. Click + to add a new shortcut.
  3. Pick All Applications if you want the rebinding system-wide; pick a specific app if you only want it inside Pages, or only inside Notes.
  4. In Menu Title, type Paste and Match Style — the menu wording is the load-bearing piece, because macOS matches by exact menu text.
  5. In Keyboard Shortcut, press the combination you want — Cmd+V itself, or Cmd+Shift+V if you would rather keep the regular paste available on a different key.
  6. Save, quit the affected apps, reopen.

One caveat the remap does not solve: an app whose paste menu uses different wording (some Electron apps call it Paste as Plain Text; some browsers do not expose it through the menu at all) will not respect the binding. Enter the alternate wording as a second App Shortcuts entry, or fall back to the four-key default. Apple's keyboard-shortcuts reference page is updated with each macOS release; verify the exact menu wording for the app you are remapping before committing the binding to muscle memory1.

Common mistakes to avoid

A few mistakes show up over and over in the forum traffic about paste behavior. None is catastrophic; each is the kind of friction that erodes the discipline a week at a time.

The principle: the file should be what you see

The shortcut is a tactic. The principle is older and more durable than any keymap. In a plain-text vault, the file should be what you see. A regular paste violates that principle by depositing markup the editor will not render but the bytes will hold. Open the file in cat, less, or a different editor and the surplus appears as <span> tags, color tokens, or font-family declarations that mean nothing inside a .md file. The plain-text paste restores the contract.

Steph Ango, Obsidian's CEO, names the philosophy behind this discipline in his essay File over app. "File over app is a philosophy: if you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read."10 He follows it with the line that does the most work: "Apps are ephemeral, but your files have a chance to last."10

The clipboard is exactly the place where the app's typography tries to ride along with the file. The plain-text paste is how you decline.

The principle extends sideways into adjacent disciplines we have written about already. Our companion essay on what plain text actually means at the byte level decides how the bytes are stored on disk in the first place11. Cleanup tools — find-and-replace, a sed pass, even a quick cat to see the raw file — clean the bytes that have already arrived. Task-list discipline is the same byte-level rigor narrowed to one Markdown construct12.

The plain-text paste sits one tier earlier in the pipeline: it decides what bytes enter at all. Prevention is the cheapest cleanup, and the cleanest backup is the file you never had to fix.

There is also a market signal that the binary "everything or nothing" is now visibly insufficient for some users. A January 2026 Show HN by an indie developer building a more granular clipboard tool put the next-tier demand into the poster's own words: "We all know Ctrl+Shift+V (paste as plain text), but that is often too destructive, it kills hyperlinks, bolding, and lists when I usually just want to normalize the font family (e.g., force Arial 11pt) or remove background colors."13

The post is a demand signal, not a recommendation; it is worth naming that selective-paste tools exist as a third tier above plain text. For a Markdown vault, the binary is still the right choice almost all the time. For rich-text writers, the niche is real.

A note on scope

The shortcut does what one shortcut can. It does not fix text that is already in the file with hidden formatting — a find-and-replace pass, or a raw look at the file with cat or less, is the cleanup path for that. It does not work natively in Excel or PowerPoint without the Ribbon path5. On Mac, the four-key default requires a remap to become muscle memory, and the remap is a settings detour7.

The principle behind it — that the file should be what you see — is a Markdown and plain-text principle. In a rich-text editor like Word or Pages, formatted paste is the expected default; this post is for the population that wants the file to mean what it shows. State the scope; do not overclaim.

Frequently asked questions

How do I paste without formatting on Mac and Windows? On Windows and Linux the shortcut is Ctrl+Shift+V and works in Chromium browsers, Gmail, Slack, OneNote, VS Code, Notion, Obsidian, and (since the Word team's March 2023 announcement2) Microsoft Word. On macOS the same Cmd+Shift+V works in Chromium browsers and many third-party apps, but Apple's native apps — Notes, Mail, Pages, TextEdit — require the longer Cmd+Option+Shift+V defined on Apple's official keyboard-shortcuts page as Paste and Match Style1. Learn both.

Why does my note app keep getting weird fonts when I paste from the web? Because a regular paste carries the source's font-family stack, color spans, and HTML wrappers across the clipboard along with the characters. The destination editor renders some of that and stores all of it. The plain-text shortcut strips the attributes and hands the destination the characters only, so the paragraph inherits your editor's typography instead of the source site's. The file then matches what the editor shows.

Ctrl+Shift+V doesn't work in Word — what do I do? Two likely reasons. You are on a Microsoft 365 channel older than the rollout — the shortcut was announced in March 2023 for Insider Beta first9 and reached general channels through 2024, so older builds may still need the legacy Ctrl+Alt+V path with "Unformatted Text" selected from the dialog. Or you are in Excel or PowerPoint, which do not bind Ctrl+Shift+V; use the Ribbon path Alt, H, V, T instead per CmdOS's guide5. Office Watch's reporting characterizes the rollout as "messy and still isn't complete"6.

Is there a paste-as-plain-text shortcut for Word? Yes. As of the Word team's 2023 announcement, the shortcut is Ctrl+Shift+V in Word for Windows, Word for Mac, and Word for the web — "I'm happy to announce that the Paste Text Only shortcut is available in Word for Windows, Word for Mac, and Word for the web!" wrote Ali Forelli, a Product Manager on the Word team2. The rollout reached "Microsoft 365 Home and Microsoft 365 Business Standard Beta Channel users" first9 and propagated to general channels through 2024.

How do I change Cmd+Option+Shift+V on Mac? Go to System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts, click +, choose All Applications (or a specific app), type Paste and Match Style as the Menu Title, and enter the shortcut you want — Cmd+V or Cmd+Shift+V. Christian Zibreg's iDownloadBlog walkthrough describes the same path in 2025 phrasing7. On macOS Ventura (2022) and later the panel is System Settings; older walkthroughs name it System Preferences8 — the menu was renamed, the setting was not.

Why isn't Ctrl+Shift+V working in Microsoft Word? The most common reasons are the channel you are on (the shortcut reached different Microsoft 365 channels at different times during the 2023–2024 rollout9) and the application you are in (Excel and PowerPoint do not bind the shortcut5). Confirm the build, then fall back to the legacy Ctrl+Alt+V "Unformatted Text" path or to the Ribbon path Alt, H, V, T in the spreadsheet and presentation apps.

How do I paste keeping bold but not the font? The plain-text shortcut is binary by design — it strips everything. If you want to keep semantic formatting like bold, headings, and hyperlinks while stripping typography like font-family and background color, you are asking for a selective paste, which is the niche a January 2026 Show HN poster articulated directly: "that is often too destructive, it kills hyperlinks, bolding, and lists when I usually just want to normalize the font family"13. Selective-paste utilities exist as a third tier; for a Markdown vault the binary is still the right tool almost always.


The shortcut is one finger. The discipline is older. A vault that has accreted hidden HTML over a few years is a slow accident; a vault whose paste habit closes the contract between bytes and rendering accumulates only what the writer chose.

Ali Forelli and the Word team made the shortcut a primitive; Apple has shipped it in its own apps for decades; Steph Ango named the principle behind keeping the files plain10. The notes themselves stay yours on the side of the discipline you already keep, at mnmnote.com.

Footnotes

  1. Apple. Mac keyboard shortcuts. Apple Support article 102650, Published 2026-03-10. https://support.apple.com/en-us/102650. Accessed 2026-06-29. The official entry: "Option-Shift-Command-V: Paste and Match Style: Apply the style of the surrounding content to the item pasted within that content." 2 3 4

  2. Forelli, A. Paste Text Only shortcut in Word. Microsoft 365 Insider Blog, 2023-03-07 (article republished 2024-08-25). https://techcommunity.microsoft.com/blog/microsoft365insiderblog/paste-text-only-shortcut-in-word/4218362. Accessed 2026-06-29. The on-record Word-team announcement: "I'm happy to announce that the Paste Text Only shortcut is available in Word for Windows, Word for Mac, and Word for the web!" 2 3 4 5

  3. CmdOS. Paste Without Formatting in Windows: Ctrl+Shift+V Shortcut Guide (2025). https://www.usecmdos.com/blog/paste-without-formatting-windows. Accessed 2026-06-29. Frames the general-availability milestone: "As of August 2024, Microsoft Word now supports Ctrl+Shift+V for plain text paste! This works in Word for Windows, Mac, and web versions."

  4. Recapio. Paste as Plain Text Shortcut: A Guide for All Devices. https://recapio.com/blog/paste-as-plain-text-shortcut. Accessed 2026-06-29. On the macOS duality: "On macOS, Cmd+Shift+V works in many apps like Google Chrome, but others — especially native Apple apps — require the slightly more complex Cmd+Option+Shift+V. It's a good idea to get familiar with both."

  5. CmdOS. Paste Without Formatting in Windows: Ctrl+Shift+V Shortcut Guide (2025). https://www.usecmdos.com/blog/paste-without-formatting-windows. Accessed 2026-06-29. On the Office exceptions: "Excel, PowerPoint: Alt, H, V, T (Ribbon shortcut)." 2 3 4 5

  6. Office Watch. Ctrl+Shift+V in Microsoft 365: The Paste Shortcut That Changed and Broke a Few Things Along the Way. 2026-03-30. https://office-watch.com/2026/ctrl-shift-v-microsoft-365-paste-shortcut-changes-explained/. Accessed 2026-06-29. On the rollout shape: "Microsoft's execution of Ctrl/Cmd + Shift + V to Paste Text Only has been messy and still isn't complete." 2

  7. Zibreg, C. Mac clipboard: How to strip formatting when copying and pasting on macOS. iDownloadBlog, 2025-05-05 (updated 2025-06-03). https://www.idownloadblog.com/2025/05/05/mac-copy-paste-plain-text-macos-clipboard-keyboard-shortcut-tutorial/. Accessed 2026-06-29. The post-Ventura menu path: "System Settings > Keyboard, click the 'Keyboard Shortcuts' button and then hit the plus icon." 2 3

  8. Sellers, D. How to Paste Non-Formatted Text on Your Mac. Other World Computing — Rocket Yard, 2021-03-16. https://eshop.macsales.com/blog/72298-paste-non-formatted-text-mac/. Accessed 2026-06-29. The pre-Ventura phrasing of the same remap path under System Preferences → Keyboard → Shortcuts → App Shortcuts; Apple renamed the panel to System Settings in macOS Ventura (2022). 2

  9. Forelli, A. Paste Text Only shortcut in Word. Microsoft 365 Insider Blog, 2023-03-07. https://techcommunity.microsoft.com/blog/microsoft365insiderblog/paste-text-only-shortcut-in-word/4218362. Accessed 2026-06-29. On the rollout channels: "These shortcuts are available to all Word for the web users and to Microsoft 365 Home and Microsoft 365 Business Standard Beta Channel users…" 2 3 4

  10. Ango, S. File over app. stephango.com, 2023-07-01. https://stephango.com/file-over-app. Accessed 2026-06-29. "File over app is a philosophy: if you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read." and "Apps are ephemeral, but your files have a chance to last." 2 3

  11. MNMNOTE blog. Why Your Notes Show Garbled Characters: What 'Plain Text' Actually Means at the Byte Level. https://blog.mnmnote.com/posts/what-plain-text-actually-means-encoding.

  12. MNMNOTE blog. The Checkbox Is Just Three Characters: Markdown Task Lists You Own. https://blog.mnmnote.com/posts/task-lists-and-checkboxes-in-plain-markdown.

  13. Joseph (HN handle EvaWorld9). Show HN: I built a clipboard tool to strip/keep specific formatting like Italics. Hacker News item 46463992, 2026-01-02. https://news.ycombinator.com/item?id=46463992. Accessed 2026-06-29. The on-record articulation of the selective-paste niche: "We all know Ctrl+Shift+V (paste as plain text), but that is often too destructive, it kills hyperlinks, bolding, and lists when I usually just want to normalize the font family (e.g., force Arial 11pt) or remove background colors." 2