fix(cli): support ctrl-arrow word navigation - #1182
Conversation
|
Good, well-scoped change. Extracting The test file ( One thing worth double-checking before porting: Overall this is a targeted, well-tested fix for a real gap (#847) and should port cleanly. |
|
Addressed the terminal-chord sanity check. I added explicit regression coverage for mixed Ctrl+Alt/Option arrow events: they are not reclassified as plain Ctrl+Arrow when the caller does not identify an Alt-like modifier, and when the caller does, the chord is routed only through the existing Alt path. Targeted result: 7 passed, 0 failed. |
Summary
Fixes #847
Validation
Prior validation before the history rewrite:
tarandreact-dom/serverdeclarations remaingit diff --checkpassesmultiline-input.tsx; the base file has the same result