Skip to content

helix: Update keymap to support search and similar features with no tabs open - #51434

Merged
kubkon merged 3 commits into
zed-industries:mainfrom
feitreim:bugfix-helix-shift-f
Apr 22, 2026
Merged

helix: Update keymap to support search and similar features with no tabs open#51434
kubkon merged 3 commits into
zed-industries:mainfrom
feitreim:bugfix-helix-shift-f

Conversation

@feitreim

Copy link
Copy Markdown
Collaborator

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 f file 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:

  • Added a solid test coverage and/or screenshots from doing manual testing
  • Done a self-review taking into account security and performance aspects
  • Aligned any UI changes with the UI checklist

Release Notes:

  • helix: Fix some commands that you might want use when you have no panes open, like project or symbol search.

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Mar 12, 2026
@zed-community-bot zed-community-bot Bot added the first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions label Mar 12, 2026
@maxdeviant maxdeviant changed the title helix: Update keymap to support search and similar features with no tabs open. helix: Update keymap to support search and similar features with no tabs open Mar 12, 2026
@zelenenka zelenenka added the guild Pull requests by someone in Zed Guild. NOTE: the label application is automated via github actions label Mar 19, 2026

@kubkon kubkon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was always meant to add this, but never got round to it. Great stuff!

@kubkon
kubkon enabled auto-merge (squash) April 22, 2026 18:28
@kubkon
kubkon merged commit b4d10b8 into zed-industries:main Apr 22, 2026
31 checks passed
@feitreim
feitreim deleted the bugfix-helix-shift-f branch April 22, 2026 21:01
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions guild Pull requests by someone in Zed Guild. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helix: search project files only opens when tabs are present

3 participants