[BUG] [Regression v2.1.97] Ctrl+V no longer works as "preview" in /resume session picker
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
## Description
Since the auto-update to v2.1.97 this morning, the Ctrl+V shortcut
no longer triggers the "preview" action in the /resume session picker.
Instead, it pastes clipboard content into the search field.
The shortcut bar at the bottom of the picker still shows:
> Ctrl+V to preview
But pressing Ctrl+V behaves as a paste (inserts clipboard text into the
search area) and the preview panel is never shown.
## Steps to reproduce
- Run
claudein a terminal (WSL2 / Windows Terminal) - Type
/resume - Navigate to any session with arrow keys
- Press
Ctrl+V
Expected: Session preview is displayed in the right panel
Actual: Clipboard content is pasted into the search field, no preview shown
## Environment
- Claude Code version: 2.1.97 (regression introduced, works fine on 2.1.96)
- OS: Windows 11 + WSL2 (Ubuntu), Linux 6.6.87.2-microsoft-standard-WSL2
- Terminal: Windows Terminal
- Previous working version: 2.1.96
## Workaround
Roll back to v2.1.96:
```bash
ln -sf ~/.local/share/claude/versions/2.1.96 ~/.local/bin/claude
What Should Happen?
Ctrl + V to preview
Error Messages/Logs
Steps to Reproduce
- Run
claudein a terminal (WSL2 / Windows Terminal) - Type
/resume - Navigate to any session with arrow keys
- Press
Ctrl+V
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.96
Claude Code Version
2.1.97
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗