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
46.9k stars 2.69k forks source link

Simpler alternative to Multibuffers #16929

Open AkisArou opened 2 weeks ago

AkisArou commented 2 weeks ago

Check for existing issues

Describe the feature

Hello, you are doing amazing work on this editor!

I know multibuffers are useful for many people, but I think it would be nice to provide a simpler alternative (VSCode-like) for example for Find References etc! This should help for faster navigation between references with less overhead. Thanks!

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

No response

JosephTLyons commented 2 weeks ago

Hey @AkisArou, with Zed's current multi-buffer, I'm curious to hear how do you end up navigating to a symbol found in a Find All References action.

AkisArou commented 2 weeks ago

Hey! I use vim motions, so I use ctrl-d and ctrl-u to scroll up and down.