Skip to content

fix(cli): support ctrl-arrow word navigation - #1108

Closed
c8dhjp4tyv-bit wants to merge 9036 commits into
CodebuffAI:mainfrom
c8dhjp4tyv-bit:fix/ctrl-arrow-word-navigation
Closed

fix(cli): support ctrl-arrow word navigation#1108
c8dhjp4tyv-bit wants to merge 9036 commits into
CodebuffAI:mainfrom
c8dhjp4tyv-bit:fix/ctrl-arrow-word-navigation

Conversation

@c8dhjp4tyv-bit

Copy link
Copy Markdown

Summary

  • support Ctrl+Left and Ctrl+Right word navigation in the CLI input
  • keep existing Alt+Left/Right and Alt+B/F behavior on the same boundary helpers
  • preserve Ctrl+B and Ctrl+F as single-character Emacs movement
  • add focused regression coverage for Windows-style arrow navigation

Fixes #847

Validation

  • targeted multiline-input and word-navigation tests: 77 passed
  • related CLI keyboard/chat-input tests: 74 passed
  • CLI typecheck: only existing missing tar and react-dom/server declarations remain
  • git diff --check passes
  • Prettier reports the pre-existing formatting drift in multiline-input.tsx; the base file has the same result

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:triaged Classified by the community triage bot pr:port-candidate Worth porting into the private source tree

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ctrl+left/right arrow

3 participants