[PR #231] [MERGED] support custom textarea keybindings #1162

Closed
opened 2026-03-14 09:21:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/231
Author: @kommander
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @kommander

Base: mainHead: textarea-keybindings


📝 Commits (6)

📊 Changes

4 files changed (+868 additions, -117 deletions)

View changed files

packages/core/src/lib/keymapping.ts (+36 -0)
📝 packages/core/src/renderables/EditBufferRenderable.ts (+35 -1)
📝 packages/core/src/renderables/Textarea.test.ts (+630 -0)
📝 packages/core/src/renderables/Textarea.ts (+167 -116)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/231 **Author:** [@kommander](https://github.com/kommander) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `textarea-keybindings` --- ### 📝 Commits (6) - [`b35dee0`](https://github.com/anomalyco/opentui/commit/b35dee01bbde527df0ebb9c3c4fdf7e00285cf04) stash - [`3d1cd4d`](https://github.com/anomalyco/opentui/commit/3d1cd4db1c021c5ecd6c1d2c6415b5ccf5777483) explicit select actions - [`c26b8f0`](https://github.com/anomalyco/opentui/commit/c26b8f072ec061bff84458fc761003b1d808c295) move methods - [`3b67ff6`](https://github.com/anomalyco/opentui/commit/3b67ff64569e145022aa97acbf33912e03bd1ed3) test cover - [`7f79797`](https://github.com/anomalyco/opentui/commit/7f797974149e2f50fec08f626577ebeaacc1e953) document limitation - [`aa3184c`](https://github.com/anomalyco/opentui/commit/aa3184c5ed358a2155f830b7b73b2cea70def5d4) factor out keymappings ### 📊 Changes **4 files changed** (+868 additions, -117 deletions) <details> <summary>View changed files</summary> ➕ `packages/core/src/lib/keymapping.ts` (+36 -0) 📝 `packages/core/src/renderables/EditBufferRenderable.ts` (+35 -1) 📝 `packages/core/src/renderables/Textarea.test.ts` (+630 -0) 📝 `packages/core/src/renderables/Textarea.ts` (+167 -116) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:21:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1162
No description provided.