claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] shift+enter do not creates an empty new line on Win WSL

Open CoderF3ff opened this issue 7 months ago • 0 comments

Environment

  • Platform (select one):
    • [v] Anthropic API
    • [ ] AWS Bedrock
    • [ ] Google Vertex AI
    • [ ] Other:
  • Claude CLI version: 1.0.33
  • Operating System: Windows 11 with WSL , Ubuntu 20.04
  • Terminal: GNU bash, version 4.4.23(2)-release (x86_64-pc-msys)

Bug Description

shift+enter do not creates an empty new line on Win WSL

Steps to Reproduce

  1. /terminal-setup
  2. press shift+enter

Expected Behavior

new line is created

Actual Behavior

created a line with \ symbol

Additional Context

if we enter manually \ + enter - it will create an empty new line it seems like this may be implemented with just empty line

CoderF3ff avatar Jun 25 '25 12:06 CoderF3ff