David Baldwin
David Baldwin
@mrnugget I've been using this in `main` and it's wonderful! Sorry for the unrelated, probably dumb question, but I've done a `cargo run --release` to get a Zed executable. Are...
I don't believe Zed has any concept of vim registers at all. I have seen mention of them [here](https://github.com/zed-industries/zed/pull/11130#issuecomment-2084206242) and [there](https://github.com/zed-industries/zed/issues/1507) (not sure why that got marked completed actually), but...
@Zachiah Thanks for working on this! I pulled the branch down and tested a bit. A few notes: --- I set a mark with `ma`, moved to another part of...
> We may be able to do a simple version of uppercase marks that doesn't have persistence (as that way we can just store the buffer id and anchor in...
This must have gotten broken during the recent move of elixir support into an extension. I already had my own elixir tasks so didn't notice. As you mention, it would...
Think that would be nice to eventually have. Somewhat related: I use vim mode and one thing that initially frustrated me was when I had to use the mouse in...
I have no opinion on whether this should be added, but note that there are multiple ways to access this information already via click or keyboard. ![Screenshot 2024-04-30 at 1...
> it would be nice to let people who are using vim (or even default) keymaps use these actions. This is a really good point. While I appreciate Helix's opinionated,...
Believe this is a dupe of #10910 opened yesterday.
@SouchonTheo The `auto_fold_dirs` setting is in the Preview release (https://github.com/zed-industries/zed/releases/tag/v0.132.0-pre), but not Stable. It should get released in Stable on Wednesday.