Fix Claude Code copy and paste over SSH

Mouse selection and copy-and-paste may stop ing when Claude Code is used over SSH with full-screen mode enabled. To fix it, open ~/.claude/ in nano or another text editor.

Find the "tui": "fullscreen" setting, then remove or comment out that line and save the file. Restart Claude Code so the changed setting takes effect and copy-and-paste s during the again.

Key points

  • The problem affects mouse selection and copy-and-paste in Claude Code over SSH.
  • Open ~/.claude/ with a text editor.
  • Remove or comment out the "tui": "fullscreen" setting.
  • Save the file and restart Claude Code.
Read original