helix: Update keymap to support search and similar features with no tabs open - #51434
Merged
Conversation
kubkon
approved these changes
Apr 22, 2026
kubkon
left a comment
Member
There was a problem hiding this comment.
I was always meant to add this, but never got round to it. Great stuff!
kubkon
enabled auto-merge (squash)
April 22, 2026 18:28
kathbigra
pushed a commit
to kathbigra/zed
that referenced
this pull request
May 10, 2026
…abs open (zed-industries#51434) Release Notes: - helix: Fix some commands that you might want use when you have no panes open, like project or symbol search. --------- Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
5 tasks
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
…abs open (zed-industries#51434) Release Notes: - helix: Fix some commands that you might want use when you have no panes open, like project or symbol search. --------- Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #50466
Basically just allow the usage of file finder, search, symbol viewer, changing focus pane and exit via helix binds when you don't have an active tab/file open.
video of the
shift ffile finder from the original bug report working.Screen.Recording.2026-03-12.at.5.15.13.PM.mov
Before you mark this PR as ready for review, make sure that you have:
Release Notes: