mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #75] Support alt-left and alt-shift-left keys to move cursor and selection by one word at a time #17
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#17
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 (Aug 25, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/75
This feature makes it much easier to move around text, Claude Code already supports it
Also
alt-deleteto delete a wordShortcuts to implement (right arrow variants omitted)
If we manage to get cmd key somehow:
@kommander commented on GitHub (Oct 27, 2025):
Readline movements like per word with alt+left/right is supported by default in the new Textarea. The Input renderable will be deprecated and removed. Cmd key only works with kitty and an app can manually override the bindings for the Textarea on app level when kitty is supported imo.
@remorses commented on GitHub (Oct 27, 2025):
awesome