Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
Summary
Word-delete (⌥⌫ / Meta+Delete) works for Latin text but clears the whole prompt when the text is Cyrillic. Independent of active keyboard layout.
Environment
macOS, iTerm2 (Option Key Sends = Esc+), latest agent; iTerm maps ⌥⌫ as Meta+Delete on both layouts.
Note
Likely ASCII-only / broken Unicode word boundary in the prompt editor (y0 / vim-engine path), not a terminal key encoding issue.
Steps to Reproduce
- agent, type hello world → ⌥⌫ → deletes one word ✓
- Type привет мир → ⌥⌫ → entire prompt cleared ✗
- Type привет мир, switch to English layout, ⌥⌫ → still clears entire prompt ✗
Expected Behavior
Delete previous Cyrillic word (same as zsh / Claude Code / Codex).
Operating System
MacOS
Version Information
About Cursor CLI
CLI Version 2026.07.23-e383d2b
Model Cursor Grok 4.5 High Fast
Subscription Tier Pro+
OS darwin (arm64)
Terminal iterm2
Shell zsh
Does this stop you from using Cursor
No - Cursor works, but with this issue