Vim Roadmap 2025(zed.dev) Zed’s Vim mode continues to improve! My newest favorite feature is the ! operator, which was the "last holdout" for common Vim operators:
168 points by harperlee 123 days ago | 32 comments
Cheatsheet for jj's builtin diff editor(pauladamsmith.com) I grepped the scm-record repo for command names I was familiar with, and, finding the ui.rs source that maps key strokes and mouse clicks to commands, I extracted them into a cheatsheet-style layout suitable for quick reference while learning and using jj's built-in diff editor.
Fast Development with Zed and Dev Containers(medium.com) Ever found yourself saying “but it works on my machine” or spent hours setting up a development environment for a new team member? Dev Containers might just be the solution you’re looking for, and now you can use them with the blazingly fast Zed editor.