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
39.25k stars 2.03k forks source link

Vim: Macros #1506

Open Kethku opened 1 year ago

Kethku commented 1 year ago

Macros are an important part of using vim effectively. Zed gets part of the way there with fast integrated multiple cursors, but a good vim mode should implement these features as well.

estk commented 4 months ago

Why was this closed as completed?

Artur-Galstyan commented 2 months ago

This issue should be re-opened. AFAIK, Vim macros are not yet implemented and there seems to be no issue tracking it.

(Unless Vim macros are so far ahead on the roadmap and are not planned for a very long time in which case it'd be nice to know :) )

Zollerboy1 commented 1 month ago

@mikayla-maki could you please elaborate on why this issue was closed?

mikayla-maki commented 1 month ago

No idea, probably a general clean up of old issue tracking that went a little too far.

mvolkmann commented 1 month ago

I want to use Zed, but there are two main issues holding me back. The first is this one (lack of Vim macros) and the second is lack of Git integration (including nice side-by-side diffs like I get in VS Code).