January 2025 Summaries
2 posts from Zed
Filter
Month:
Year:
Post Summaries
Back to Blog
China's DeepSeek-R1 has created considerable buzz in the tech world, topping Apple's App Store and impacting U.S. tech shares, as highlighted by 9to5 Mac. The open-source large language model is praised for its chat app's popularity, but its effectiveness in coding can be personally assessed through Zed, a next-generation open-source code editor that supports R1 out-of-the-box. Users can easily integrate DeepSeek-R1 by downloading Zed, adding a DeepSeek API key, and selecting the desired model from a dropdown menu. Alternatively, the model can be run locally via Ollama and configured in Zed. Zed's support for DeepSeek models was expedited by a community contribution, emphasizing its collaborative nature. Zed, available on macOS and Linux, encourages users to explore its features and even invites passionate individuals to join their team.
Jan 27, 2025
377 words in the original blog post.
Zed's Vim mode is undergoing significant improvements, with the recent addition of the "!" operator marking the completion of common Vim operators and enhancements to the command palette including commands like g// and v// for executing commands on specific lines. The community is actively integrating popular Vim plugins such as vim-surround, sneak, and tree-sitter text objects, aiming to replicate the Vim experience within Zed. The focus for 2025 includes enhancing non-editor user experiences, matching Vim's edge cases precisely, and creating an improved multi-cursor integration. Efforts are being made to incorporate Vim-like UI features, such as filename completion and command history, while also improving Zed's unique offerings like collaboration tools and AI edit predictors. The goal is to provide a seamless transition for users switching from Vim, ensuring that Zed's Vim mode functions as expected by maintaining consistency through rigorous testing and addressing user feedback.
Jan 22, 2025
687 words in the original blog post.