Skip to content

Conversation

@itsjling
Copy link

@itsjling itsjling commented Feb 9, 2026

Users can now press Cmd+Up to jump to the beginning of their prompt and Cmd+Down to jump to the end, matching standard text editing behavior in most macOS applications.

What does this PR do?

Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

…ompt text

Users can now press Cmd+Up to jump to the beginning of their prompt and
Cmd+Down to jump to the end, matching standard text editing behavior in
most macOS applications.
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Hey! Your PR title add Cmd+Up/Down keyboard shortcuts to jump to start/end of prompt text doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@itsjling itsjling marked this pull request as draft February 9, 2026 08:13
@itsjling
Copy link
Author

itsjling commented Feb 9, 2026

sorry trying to open pr on my fork

@itsjling itsjling closed this Feb 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

The following comment was made by an LLM, it may be inaccurate:

Potential Duplicate/Related PRs Found:

  1. feat(tui): vim motions in prompt input (PR feat(tui): vim motions in prompt input #12679)

  2. Fix ctrl+p/ctrl+n navigation in multi-line TUI prompts (PR Fix ctrl+p/ctrl+n navigation in multi-line TUI prompts #5473)

  3. feat(tui): add inline Ctrl+R reverse-i-search for prompt history (PR feat(tui): add inline Ctrl+R reverse-i-search for prompt history #6276)

  4. feat(tui): add configurable readline-style text transformations (PR feat(tui): add configurable readline-style text transformations #6778)

  5. fix(tui): resolve keybind conflicts and missing defaults (PR fix(tui): resolve keybind conflicts and missing defaults (issue #4997) #8786)

Most relevant: PR #12679 (vim motions in prompt input) is the most recent and likely the closest in functionality—it's adding keyboard navigation to the same prompt input area.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant