Live data from Hacker News

Vim Roadmap 2025

zed.dev

21–27 of 27 posts

Re: Vim Roadmap 2025

#21
post #14
post #7

Earlier quoted context omitted.

I believe that the use case you describe is a bit different than where you would use Zed primarily. If I have a code base with 100k lines of code, and I am developing that, I don't hop from terminal to editor and back by using the same terminal instance. I have different terminal window for that. Closing the editor window would lose too much context.

My colleague taught me to never close the editor, but just suspend it to background. You can achieve a lot with Ctrl-Z, fg, and :e!.

Oh, good point!

Re: Vim Roadmap 2025

#22
I use Zed daily, and love the vim mode. The only thing that's missing (and won't be implemented) is some kind of easy motion / leap feature...

Re: Vim Roadmap 2025

#23
post #20
post #6

Earlier quoted context omitted.

Terminal is not insanely fast. UI wise it is not efficient. Rendering is slower than vscode too even with GPU powered terms

If your terminal is not insanely fast, you are using 1980s equipment or there is something wrong. And most fast terminals these days use GPU rendering.

if you don't believe benchmark terminal Uis against Zed . Benchmark on selection of huge potion of text, rendering, edition of big files in real time.

Re: Vim Roadmap 2025

#24
post #14
post #7

Earlier quoted context omitted.

I believe that the use case you describe is a bit different than where you would use Zed primarily. If I have a code base with 100k lines of code, and I am developing that, I don't hop from terminal to editor and back by using the same terminal instance. I have different terminal window for that. Closing the editor window would lose too much context.

My colleague taught me to never close the editor, but just suspend it to background. You can achieve a lot with Ctrl-Z, fg, and :e!.

I have Ctrl + J/K set to switch terminal tabs, even faster to switch in my opinion

Re: Vim Roadmap 2025

#25
post #9

used to think this mattered a lot but funnily one of the main vim-universe inspired editors, helix, has convinced me otherwise their choice to subtly diverge from the vim way of things is actually super nice, somehow way more mnemonic and easy to remember and use everyday

I really want a Helix/Kakoune mode in Zed, but last I checked the development of such a thing was dead in the water, unfortunately

it's being actively worked on!

Re: Vim Roadmap 2025

#26

How does this company make money?

They have a paid AI service. I think eventually the collaboration will be paid and it will probably rely on commercial licenses from companies and maybe offer more enterprise like features for that customer base

Re: Vim Roadmap 2025

#27
post #25
post #9

Earlier quoted context omitted.

I really want a Helix/Kakoune mode in Zed, but last I checked the development of such a thing was dead in the water, unfortunately

it's being actively worked on!

my comment was based on the last PR update I read some months ago where the developer had given up on merging it, so this is great to hear!
Post reply on HN