July 22, 2026
Cut, paste, and the comment meltdown
Ghost Cut – or why Cut and Paste is broken everywhere
A ‘fix’ for cut-and-paste has readers asking: genius move or instant chaos
TLDR: A developer wants to replace normal cut-and-paste with “Ghost Cut,” where text stays faded in place until you paste it somewhere else. Commenters are split between calling it a clever fix for an old annoyance and saying it sounds like Excel-style chaos nobody asked for.
A developer has declared war on one of computing’s oldest habits: cut and paste. His big claim? The feature we all use to move text is secretly broken because it trashes your clipboard, makes the page shift around, and takes too many undo taps to truly reverse. His proposed fix, called Ghost Cut, leaves the selected words faded out in place instead of instantly removing them, then only moves them when you paste. In plain English: your text becomes a spooky placeholder until you decide where it should go.
But the real action is in the comments, where readers turned this into a full-on software culture war. One camp basically said, “Absolutely not,” with one person dragging Excel into the mess as the ultimate warning sign: if Ghost Cut feels anything like spreadsheet cut-and-paste, they want no part of it. Another crowd called the whole thing overdesigned, asking the obvious question: doesn’t drag-and-drop already do this? Others admitted the clipboard complaint is legit, but said the bigger issue is that this “fix” might replace one annoyance with another. Several commenters also compared it to Windows file-moving behavior, which is either a reassuring precedent or a flashing red flag, depending on how much you enjoy watching half-faded files haunt your screen.
The vibe? Equal parts curiosity, skepticism, and “please do not make my text editor weirder than it already is.”
Key Points
- •The article argues that standard cut-and-paste behavior has three core problems: clipboard overwrite, document reflow after cutting, and non-atomic undo behavior.
- •Ghost Cut was added to the Ishmael editor as an alternative cut mechanism.
- •With Ghost Cut, pressing Ctrl+X fades and disables selected text in place instead of immediately removing it or copying it to the clipboard.
- •Pressing Escape cancels the pending cut and restores the text to its normal editable state.
- •Pasting removes the ghosted text from its original location and inserts it at the cursor as a single undoable move operation.