mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #437] features: add support for cmd + arrow keys for textarea navigation on Mac when using Kitty Keyboard #114
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remorses on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/437
These keys on macOS go to start, end of line or buffer
In terminals without Kitty we already handle these because they are mapped to other keys. On Kitty Keyboard terminals they still do nothing. We need to add the key bindings
What do you think @kommander can I open a PR to add them by default? Should these only be enabled on darwin? They would be
supermodifier + arrow keys@kommander commented on GitHub (Dec 22, 2025):
Mhh I think default would be okay, as without kitty keyboard it will just keep doing mostly nothing, because super modifier cannot be detected reliably.
For me cmd+left/right jumps to beginning/end of line. Is that what you mean?
@remorses commented on GitHub (Dec 22, 2025):
Yes. Also cmd+up would go to start of buffer, cmd+down would go to end of buffer