[PR #1088] [MERGED] fix(tui): user defined ctrl+z should take precedence over suspending #9804

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1088
Author: @timoclsn
Created: 7/17/2025
Status: Merged
Merged: 7/17/2025
Merged by: @adamdotdevin

Base: devHead: fix-user-defined-ctrl-z-keymap


📝 Commits (1)

  • bd248da fix(tui): user defined ctrl+z should take precedence over suspending

📊 Changes

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

View changed files

📝 packages/tui/internal/tui/tui.go (+5 -5)

📄 Description

I used Ctrl+z as a keymap, but that broke with the suspend feature.

I think user-defined keymaps should take precedence.


🔄 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/1088 **Author:** [@timoclsn](https://github.com/timoclsn) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-user-defined-ctrl-z-keymap` --- ### 📝 Commits (1) - [`bd248da`](https://github.com/anomalyco/opencode/commit/bd248dab62e54f8b078c4b6116b85bda2f855359) fix(tui): user defined ctrl+z should take precedence over suspending ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/tui/tui.go` (+5 -5) </details> ### 📄 Description I used `Ctrl+z` as a keymap, but that broke with the suspend feature. I think user-defined keymaps should take precedence. --- <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:12 -05:00
yindo closed this issue 2026-02-16 18:14:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9804