Hashtag
#Zed
42 posts tagged with this hashtag.
For my #Rust projects, I’ve finally migrated from #RustRover to @zed.
RR is a great IDE, but it feels much too bloated for me. #Zed, on the other hand, is a pleasure to use. So smooth!
Here’s my current config including a beautiful theme based on monokai-pro https://github.com/0xdea/dotfiles/tree/main/zed/.config/zed
For my #Rust projects, I’ve finally migrated from #RustRover to @zed.
RR is a great IDE, but it feels much too bloated for me. #Zed, on the other hand, is a pleasure to use. So smooth!
Here’s my current config including a beautiful theme based on monokai-pro https://github.com/0xdea/dotfiles/tree/main/zed/.config/zed
Zed 在 ToS 条款里增加了年龄要求,最低要满 18 岁才能使用。Hacker News 上不满的人很多,但读一遍被引用的那一段文本的话,Zed 说的只是:
By agreeing to these Terms, Customer represents and warrants to Zed that: (a) Customer is at least 18 years old;
同意这些条款,意味着客户向 Zed 代表并证明:(a) 客户至少 18 岁
实际上并不需要用户提交身份认证之类的东西。 https://news.ycombinator.com/item?id=47240158
不过,看到一个开源项目有了开源协议之外的服务条款,确实是值得警惕的。之前 Zed 添加的各种付费 AI 功能我也不太喜欢,说到底,它只是个编辑器、是 VS Code 的非 Electron 替代品,虽然是很好的替代品。
在讨论区发现了 GRAM,Zed 的分支,移除了 AI 功能和服务条款,托管在 Codeberg 上,是纯粹的自由软件。我想这就是自由且开源的好处,看不惯就可以大喊一声「Fork you!」然后去维护自己的版本。
一个 Neovim 和 Emacs 双持用户静静地看着这一切 👁
akk.eltr.ac
Eucalyptus
#tersoftware atrasado mas a galera aqui já explodiu com informações sobre #neovim e #vim então decidi trazer um editor que tenho usado especificamente pra arquivos grandes e finalmente um editor com vim motion que n precisa de um plugin e a UI é realmente intuitiva.
Ele também tem algumas coisas bem legais de agente de AI.
O ruim é a falta de extensão, pessoal é bem cuidadoso pra n virar a casa da mãe joana (vscode).
Sim estou falando do Zed.
Ah tem arquivos de log que no neovim por causa do tresitter demora séculos pra abrir enquanto no zed abre em um tapa. Tudo bem que é uma puta idiotice tentar abrir arquivo .lcov de cobertura de teste de projeto gigante...
Ah e ele é bem malandro pra lsp, mcp e agents sendo tudo built in, e já tem debugger funcional pra Python e Node/Deno.
Eu uso #neovim pq funciona mas o #zed é o que tem me empolgado, vi até que estão trabalhando em preview pra jupyter notebook

zed.dev
Zed — Love your editor again
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Burned by the notepad++ Hack? Maybe Zed is Your New Editor. It’s Free! https://lowendbox.com/blog/burned-by-the-notepad-hack-maybe-zed-is-your-new-editor-its-free/ #LowEndVirtual #notepad.exe #sublimetext #atomeditor #texteditor #notepad #sublime #emacs #atom #vim #zed

lowendbox.com
Burned by the notepad++ Hack? Maybe Zed is Your New Editor. It’s Free! - LowEndBox
Chinese government-sponsored criminals hacked Notepad++. If you're looking for an alternative, you should check out Zed, which is free and quite pleasant to use.
Burned by the notepad++ Hack? Maybe Zed is Your New Editor. It’s Free! https://lowendbox.com/blog/burned-by-the-notepad-hack-maybe-zed-is-your-new-editor-its-free/ #LowEndVirtual #notepad.exe #sublimetext #atomeditor #texteditor #notepad #sublime #emacs #atom #vim #zed

lowendbox.com
Burned by the notepad++ Hack? Maybe Zed is Your New Editor. It’s Free! - LowEndBox
Chinese government-sponsored criminals hacked Notepad++. If you're looking for an alternative, you should check out Zed, which is free and quite pleasant to use.
I forgot to tell you all fine people that I switched from VS Code to Zed recently. Here’s how I did it:
• Closed VS Code;
• Opened Zed;
• Disabled all AI bullshit with a single, easy to find toggle;
• Remapped Command-Left-Arrow to go to the beginning of the fucking line, not the first non-space character, something that VS Code needs an extension to be able to do;
• There’s no step 5; I’m not missing anything so far.
#Zed の Blog に、Zed の開発で AI agent を利用し始めたということを書いた記事が上がってて、そのなかで "Three rules for working with agents(AI Agentを使うときの 3 つのルール)" というのを書いていた。
意訳だけど
1️⃣自分がやり方を知っている事だけに使う
2️⃣Agent のやることに首を突っ込む
3️⃣レビュー、レビュー、とにかくレビュー
って書いてあって、納得感があった
🔗 On Programming with Agents — Zed's Blog
https://zed.dev/blog/on-programming-with-agents#three-rules-for-working-with-agents
zed.dev
On Programming with Agents - Zed Blog
From the Zed Blog: Agents handle typing so we can focus on thinking.
この Agent Client Protocol というやつ、#Zed が主導して標準化をし進めているっぽい。
対応エディターに VSCode の名前はないんだな

agentclientprotocol.com
Clients - Agent Client Protocol
Clients implementing the Agent Client Protocol.
I forgot to tell you all fine people that I switched from VS Code to Zed recently. Here’s how I did it:
• Closed VS Code;
• Opened Zed;
• Disabled all AI bullshit with a single, easy to find toggle;
• Remapped Command-Left-Arrow to go to the beginning of the fucking line, not the first non-space character, something that VS Code needs an extension to be able to do;
• There’s no step 5; I’m not missing anything so far.

agentclientprotocol.com
Introduction - Agent Client Protocol
Get started with the Agent Client Protocol.
Been experimenting with #zed + #claude a bit, a few things are very odd:
1. The quality of interactions I'm having with Claude inside Zed is of lower quality than in VSCode + Claude or in Cursor. It seems "dumber", assumes more, doesn't verify claims, just generally more nonsensical answers and needs more hand-holding.
2. It seems to consume a lot more tokens, I'm not sure why, I suspect they don't properly cache, don't compact, don't optimise input/outputs, etc. This is horrific.
Been experimenting with #zed + #claude a bit, a few things are very odd:
1. The quality of interactions I'm having with Claude inside Zed is of lower quality than in VSCode + Claude or in Cursor. It seems "dumber", assumes more, doesn't verify claims, just generally more nonsensical answers and needs more hand-holding.
2. It seems to consume a lot more tokens, I'm not sure why, I suspect they don't properly cache, don't compact, don't optimise input/outputs, etc. This is horrific.
Zed Industries Inc. released #Zed version 0.216.1. https://zed.dev/download

zed.dev
Zed — Download
Download Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Zed Industries Inc. released #Zed version 0.216.1. https://zed.dev/download

zed.dev
Zed — Download
Download Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
🎉Kanayago v0.6.0 Released!
Kanayago now supports real-time Ruby syntax error checking across multiple editors (VSCode, Vim/Neovim, Emacs, Helix, Zed)!
LSP now returns code information line-by-line and fixed error position reporting!
Get real-time syntax error feedback as you write Ruby code!
GitHub: https://github.com/S-H-GAMELINKS/kanayago
RubyGems: https://rubygems.org/gems/kanayago
#Ruby #RubyGems #Kanayago #LSP #VSCode #Vim #Emacs #Helix #Zed
🎉Kanayago v0.6.0 Released!
Kanayago now supports real-time Ruby syntax error checking across multiple editors (VSCode, Vim/Neovim, Emacs, Helix, Zed)!
LSP now returns code information line-by-line and fixed error position reporting!
Get real-time syntax error feedback as you write Ruby code!
GitHub: https://github.com/S-H-GAMELINKS/kanayago
RubyGems: https://rubygems.org/gems/kanayago
#Ruby #RubyGems #Kanayago #LSP #VSCode #Vim #Emacs #Helix #Zed
Anyone in our circles using #Zed?
What makes it appealing?
After being a dedicated Vim/Neovim user for over 20 years, I somewhat reluctantly switched to VS Code about five years ago when I started coding in TypeScript, mainly pulled in by its ecosystem. However, I've recently started using #Zed, and I'm incredibly satisfied. One of the biggest reasons I always loved Vim/Neovim was its lightweight and fast performance. Zed feels like it captures the best of both worlds: it's modern and feature-rich like VS Code, yet remains as light and responsive as Vim.
After being a dedicated Vim/Neovim user for over 20 years, I somewhat reluctantly switched to VS Code about five years ago when I started coding in TypeScript, mainly pulled in by its ecosystem. However, I've recently started using #Zed, and I'm incredibly satisfied. One of the biggest reasons I always loved Vim/Neovim was its lightweight and fast performance. Zed feels like it captures the best of both worlds: it's modern and feature-rich like VS Code, yet remains as light and responsive as Vim.
Hold up can we talk about how cute this little file tree icon for KDL files in Zed is?!
あ、issue あった
Menu bar flickering on macOS with non-English input methods · Issue #37526 · zed-industries/zed
https://github.com/zed-industries/zed/issues/37526
github.com
Menu bar flickering on macOS with non-English input methods · Issue #37526 · zed-industries/zed
Summary On macOS, the native menu bar flickers whenever I click a menu item — but this only happens if the active input method is not English. Interestingly, the Help menu is the only one that beha...
Did you know, Unison has a #Zed extension? It's built by our wonderful community!
🛸 The friendly programming language from the future plays nice with your favorite editors. 👽✌️
https://zed.dev/extensions/unison?utm_source=mastodon
zed.dev
unison Extension
A native Zed extension for unison.
Did anyone try out #zed?
there are some lispish looking files in #zed extensions
github.com
Which is the Scheme implementation/dialect used for Zed extensions? · zed-industries/zed · Discussion #9988
I have no idea which Scheme implementations/dialects Zed uses. For example, Doom Emacs has the following flags for Scheme: +chez :: +chibi :: +chicken :: +gambit :: +gauche :: +guile :: +kawa :: +m...
自分も #ZedEditor 結構つかってる
Cursor/Cline(VSCode)でも思考の速度でコード検索したい - tomoima525's blog https://tomoima525.hatenablog.com/entry/2025/03/11/121442
tomoima525.hatenablog.com
Cursor/Cline(VSCode)でも思考の速度でコード検索したい - tomoima525's blog
自分はメインのエディタとしてZed(https://zed.dev/)を使っています。キビキビ動くところや、Vimのサポートが充実していることなど、Zedの良いところはたくさんあるのですが、自分が一番気に入っているのがMulti Bufferと呼ばれる検索機能です。
Sigh, I think I might have to switch away from #VisusalStudioCode. Seems the only stuff they work on is #AI, to the detriment of everything else.
Shall I move back to #vim? Or rather #neovim. Do I still have the patience to configure that just the way I like it?
I could also try out that newfangled #zed editor that is getting all the hype these days.
One must-have feature is it having good vim keybindings though, I'm lost without them.
#SoftwareDevelopment #golang #rustlang #rust
#Vala code can be written in many different editors or IDEs, but what are you actually using? Here are the (probably?) most popular that also support vala's language server! If you use others feel free to comment! (btw apologies for not including vim(derivatives), only 4 options are possible..😩)
- VSCode (VSCodium)44 (51%)
- GNOME Builder19 (22%)
- Zed14 (16%)
- Elementary Code9 (10%)
#Vala code can be written in many different editors or IDEs, but what are you actually using? Here are the (probably?) most popular that also support vala's language server! If you use others feel free to comment! (btw apologies for not including vim(derivatives), only 4 options are possible..😩)
- VSCode (VSCodium)44 (51%)
- GNOME Builder19 (22%)
- Zed14 (16%)
- Elementary Code9 (10%)
#Vala code can be written in many different editors or IDEs, but what are you actually using? Here are the (probably?) most popular that also support vala's language server! If you use others feel free to comment! (btw apologies for not including vim(derivatives), only 4 options are possible..😩)
- VSCode (VSCodium)44 (51%)
- GNOME Builder19 (22%)
- Zed14 (16%)
- Elementary Code9 (10%)
Zed Industries Inc. released #Zed version 0.165.4. https://zed.dev/download
zed.dev
Zed - The editor for what's next
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
I believe #Zed is gaining some traction, but for God's sake and everything holy:
#Programming #Software #Rust #IDE #Development #SoftwareDevelopment #Issues #Issue #GitHub #Git #FOSS #OSS #CodeEditor
Vimの操作感を愛おしむ人たちへ: Zedで広がる新たな可能性 - ROUTE06 Tech Blog
tech.route06.co.jp
Vimの操作感を愛おしむ人たちへ: Zedで広がる新たな可能性 - ROUTE06 Tech Blog
コードエディタのZedを紹介します。1年ほど使ってみて感じたZedの特徴、例えばVimライクな操作性や高速な応答性能、多言語サポート、AI機能などについて紹介しています。また、リアルタイムコラボレーション機能やオープンソース化後の開発状況、現時点での課題にも触れました。
Rust製コードエディター「Zed」にもAI、Anthropic社「Claude 3.5」とタッグを組む/初期リリースの間は無償提供
https://forest.watch.impress.co.jp/docs/news/1617758.html
#forest_watch_impress #Zed #オフィス_ドキュメント #テキストエディター #Windows #Mac #Linux #プログラミング

forest.watch.impress.co.jp
Rust製コードエディター「Zed」にもAI、Anthropic社「Claude 3.5」とタッグを組む/初期リリースの間は無償提供
コードエディター「Zed」の開発チームは8月20日(米国時間)、「Zed AI」を発表した。「ChatGPT」の対抗馬として注目を浴びるAnthropicのAI「Claude 3.5 Sonnet」を使用し、サインインするだけで「Zed」にAI支援コーディング機能を追加できるホスティングサービスを提供するという。
The feature I miss the most since switching from Visual Studio Code to #Zed is the error lens.
github.com
add ability to show errors inline like VS Code(error lens) · Issue #4901 · zed-industries/zed
Check for existing issues Completed Describe the feature It would be really nice to have ability to see the error inline without need to hover or go with cursor to that place. I really love this ex...
zed.dev
Zed on Linux is here!
We've stabilized our Linux build, download it today!









