bash Bracketed Paste Behavior Broken After Claude Code Interaction
Resolved 💬 5 comments Opened Jul 5, 2025 by archer-eric Closed Jan 5, 2026
Bug Description
Ubuntu 24.04
bash
$ cat ~/.inputrc
set enable-bracketed-paste off
Before running Claude Code in a new Terminal, I can copy a command from another source and paste it in to bash in my Terminal. The command is run immediately (assuming that it has a newline in it).
After running Claude Code and exiting with ^D^D, I paste the same command and bash waits until I manually press Enter before it runs the command.
I believe Claude Code is somehow modifying the behavior in my Terminal / bash / inputrc settings.
Environment Info
- Platform: linux
- Terminal: gnome-terminal
- Version: 1.0.43
- Feedback ID: 11cd4738-7fd4-404d-81ac-5601c3b458b1
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗