mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #372] [MERGED] fix(core): wrap line-home/end at line boundaries, cmd-left and cmd-right do not get stuck at line start and line end on macOS #490
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#490
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/372
Author: @remorses
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @kommander
Base:
main← Head:fix/line-home-end-wrap📝 Commits (4)
7f9bc8dfix(core): wrap line-home/end at line boundaries like macOS Cmd+Left/Right6ea381eMerge branch 'main' into fix/line-home-end-wrap436be5estyle: apply prettier formatting to test filesbb15a1aRan prettier 3.6.2, formatted 1 file📊 Changes
2 files changed (+59 additions, -18 deletions)
View changed files
📝
packages/core/src/renderables/Textarea.ts(+16 -2)📝
packages/core/src/renderables/__tests__/Textarea.keybinding.test.ts(+43 -16)📄 Description
Matches macOS Cmd+Left/Right behavior - you can hold the key to quickly navigate through lines.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.