[PR #39] [MERGED] fix: disable history navigation when filepicker is open #9510

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/39
Author: @ezynda3
Created: 5/18/2025
Status: Merged
Merged: 5/18/2025
Merged by: @adamdotdevin

Base: devHead: fix-fuzzy-finder


📝 Commits (1)

  • f534c82 fix: disable history navigation when filepicker is open

📊 Changes

3 files changed (+19 additions, -2 deletions)

View changed files

📝 internal/app/app.go (+13 -0)
📝 internal/tui/components/chat/editor.go (+3 -2)
📝 internal/tui/tui.go (+3 -0)

📄 Description

Summary

  • Disables up/down arrow key history navigation when the filepicker is open
  • Fixes issue #37 where history navigation would interfere with filepicker navigation

Test plan

  • Open the filepicker with Ctrl+F
  • Verify that up/down arrow keys navigate the filepicker and don't affect the message history
  • Close the filepicker and verify that history navigation works as expected

🤖 Generated with opencode


🔄 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/39 **Author:** [@ezynda3](https://github.com/ezynda3) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 5/18/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-fuzzy-finder` --- ### 📝 Commits (1) - [`f534c82`](https://github.com/anomalyco/opencode/commit/f534c822444f4544680249ffe0705909563506c2) fix: disable history navigation when filepicker is open ### 📊 Changes **3 files changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `internal/app/app.go` (+13 -0) 📝 `internal/tui/components/chat/editor.go` (+3 -2) 📝 `internal/tui/tui.go` (+3 -0) </details> ### 📄 Description ## Summary - Disables up/down arrow key history navigation when the filepicker is open - Fixes issue #37 where history navigation would interfere with filepicker navigation ## Test plan - Open the filepicker with Ctrl+F - Verify that up/down arrow keys navigate the filepicker and don't affect the message history - Close the filepicker and verify that history navigation works as expected 🤖 Generated with opencode --- <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:13:41 -05:00
yindo closed this issue 2026-02-16 18:13:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9510