Kirill Bulatov

Results 478 comments of Kirill Bulatov

Let's do it the proper way and implement https://github.com/alacritty/alacritty/issues/7778 in Zed's fork at least (ideally, upstream it as it does not look like something hard) and return back to this...

Update: https://github.com/alacritty/alacritty/pull/7788 is working for the unix part and I have the branch with that integration hardcoded: https://github.com/zed-industries/zed/tree/kb/use-new-alacritty so let's see how the review goes.

After all these changes, I'm not sure what's the status with all the related issues, so merging with the original commit message — would be great to get those issues...

Please, create a follow-up PR (as mentioned in my latest comment here). Would be super cool to ensure things that were improved in this PR are working for you as...

Also note that there's https://github.com/zed-industries/zed/pull/8453 for extension-less files, and it looks like its logic matches what one would want for `.env*`? https://github.com/zed-industries/zed/pull/8453/files#diff-bde575654544e89aff5972d3565828c6d6deb5fb3b9fbc01299b1b82bf5a8569R106-R110

Oh, sounds like a duplicate of your other issue? https://github.com/zed-industries/zed/issues/8105 That would be great to add and I think might not be very hard so start, at least. * create...

I've added the `good first issue` here but be wary of the fact that some design of the vague points will be needed — nonetheless, it still looks pretty actionable...

To note, JetBrains IDEs restore the caret position after select all is cancelled, but they behave differently around the selection logic. As the video tries to show, even when Select...

🚀 🚀 🚀 Spectacular, thank you for picking this up! 1. The 'exit code' is merely a wish of mine to catch the terminal child process' state after Zed's task...

Dealt with in https://github.com/zed-industries/zed/pull/8998