Description
The help/settings documentation incorrectly states that Shift + Enter creates a newline in the command prompt on macOS.
Current Behavior
- Documentation shows:
Shift + Enter for newline
- Actual behavior:
Shift + Enter submits the command (same as just pressing Enter)
Expected Behavior
- The correct keyboard shortcut for creating a newline on macOS is
Option + Enter
Platform
- OS: macOS (Darwin 25.2.0)
- Claude Code CLI
Steps to Reproduce
- Open Claude Code CLI on macOS
- Check help (?) settings for newline keyboard shortcut
- Try using
Shift + Enter - it submits the command instead of creating a newline
- Use
Option + Enter - this correctly creates a newline
Suggested Fix
Update the documentation/help settings to show the correct keyboard shortcut for macOS:
- macOS:
Option + Enter
- Not:
Shift + Enter
Description
The help/settings documentation incorrectly states that
Shift + Entercreates a newline in the command prompt on macOS.Current Behavior
Shift + Enterfor newlineShift + Entersubmits the command (same as just pressingEnter)Expected Behavior
Option + EnterPlatform
Steps to Reproduce
Shift + Enter- it submits the command instead of creating a newlineOption + Enter- this correctly creates a newlineSuggested Fix
Update the documentation/help settings to show the correct keyboard shortcut for macOS:
Option + EnterShift + Enter