Implement ":delm[arks]" Vim command to delete marks #29178
austindd
started this conversation in
Ideas From Vim
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, I don't know of a way to delete a Vim mark in Zed. Setting marks and jumping to them works pretty well. But the ":delm[arks]" command doesn't seem to be implemented yet. Is there a workaround for this?
I know I can always just overwrite the marks I want to use, but it just feels very unhygienic to leave them there forever.
Also, I believe the official Vim behavior for marks is to delete the mark associated with a line if that line is deleted from the buffer. This doesn't seem to work in Zed. Instead, Zed just continues to use the original line number, regardless of any changes to the file. I would like to have that work correctly in Zed.
Beta Was this translation helpful? Give feedback.
All reactions