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

Vim: support global marks #13111

Open baldwindavid opened 1 week ago

baldwindavid commented 1 week ago

Check for existing issues

Describe the feature

11507 added support for local vim marks. It's nice to have that local mark support, but I'm almost always working across multiple files rather than just one. This is also the case where I become most likely to "lose track" of the codepaths and global marks are tremendously useful to keep track of a set of locations in multiple files.

Note that #5122 somewhat generally requests marks, but specifies a minimum solution of local marks which I think is closed by #11507. This is a formal request for global marks, but feel free to close if it is preferred to track in #5122

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

No response

Moshyfawn commented 1 week ago

This request makes sense! I'd rather close the long-running 2022 issue in favour of this one as its successor, since the former is, as you mentioned, a more general request.