zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
35.33k stars 1.79k forks source link

Vim mode in Popups like TabSwitcher,FileFinder,ProjectSymbols,BufferSymbols #12008

Open wishque opened 2 weeks ago

wishque commented 2 weeks ago

Check for existing issues

Describe the feature

In neovim, plugins like telescope.nvim, their popups have normal mode for cursor move and insert mode for search In zed, popups like TabSwicther do not have search function, but popups like BufferSymbols, FileFinder do have Can we do the same thing in zed?

zed FileFinder zed TabSwitcher

If applicable, add mockups / screenshots to help present your vision of the feature

No response