Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(conversations): let g/G be typed into the session search box#263

Open
youdie006 wants to merge 1 commit into
marcus:main from
youdie006:fix/search-focus-gg
Open

fix(conversations): let g/G be typed into the session search box #263
youdie006 wants to merge 1 commit into
marcus:main from
youdie006:fix/search-focus-gg

Conversation

@youdie006

@youdie006 youdie006 commented Jun 19, 2026

Copy link
Copy Markdown

Summary

Typing g or G in the conversations search box was swallowed (typing "go" produced "o", #166): the session-filter search input bound g/G to the vim goto-top/bottom list navigation, so they fired before reaching the query.

Fix

internal/plugins/conversations/plugin_input.go: drop the g/G cases from updateSearch so both fall through to the default typing branch, mirroring the arrow-key-only navigation precedent already applied to up/down/h in this input. Added a test that types "go"/"G" in search mode and asserts they land in the query.

Closes #166

The session-filter search input bound g/G to goto-top/bottom list navigation,
so they were swallowed before reaching the query (typing "go" yielded "o").
Drop those bindings so g/G fall through to the default typing branch, mirroring
the arrow-key-only navigation precedent already applied to up/down/h here.
Closes marcus#166 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Search not working properly in conversations plugin

1 participant

AltStyle によって変換されたページ (->オリジナル) /