[PR #969] [MERGED] feat: ctrl+left arrow / ctrl+right arrow key support #9768

Closed
opened 2026-02-16 18:14:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/969
Author: @Munawwar
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @adamdotdevin

Base: devHead: dev


📝 Commits (1)

  • ef55a92 add ctrl+left and ctrl+right arrow key support

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 packages/tui/internal/components/textarea/textarea.go (+2 -2)

📄 Description

ctrl+left arrow / ctrl+right arrow is the expected keybinding for cursor word forward and backward on linux (and windows)


🔄 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/opencode/pull/969 **Author:** [@Munawwar](https://github.com/Munawwar) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`ef55a92`](https://github.com/anomalyco/opencode/commit/ef55a9276106b4f80c0e74647865c1c6d08aa80a) add ctrl+left and ctrl+right arrow key support ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/textarea/textarea.go` (+2 -2) </details> ### 📄 Description ctrl+left arrow / ctrl+right arrow is the expected keybinding for cursor word forward and backward on linux (and windows) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:08 -05:00
yindo closed this issue 2026-02-16 18:14:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9768