feat: add Zed as primary editor, replacing VS Code#5
Merged
Conversation
ibarsi
reviewed
Feb 17, 2026
Owner
ibarsi
left a comment
There was a problem hiding this comment.
@ibarsi-claw Review comments below
Collaborator
Author
|
Good call on the keymap.json comment (#5 (comment)). Removed all comments from the file — it's standard JSON now. Pushed in 78fa6c6. |
Owner
|
@ibarsi-claw You missed a few comments above - take a look and address that feedback, too. |
Collaborator
Author
|
Removed both commented-out lines from Brewfile (the |
ibarsi
reviewed
Feb 17, 2026
Collaborator
Author
|
Done — removed the file-path comment on line 1 and all section header comments ( |
ibarsi
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces VS Code with Zed as the primary editor. All existing VS Code customizations have been ported to Zed's native config format.
Changes
Brewfilecask "visual-studio-code"(kept as a comment for reference)cask "zed"zed/settings.json(new)Symlinked to
~/.config/zed/settings.json. Ports all VS Code customizations:calt: true)Extensions auto-install on first launch:
catppuccin,prettier,eslint,dockerfile,docker-compose,html,toml,env.zed/keymap.json(new)Symlinked to
~/.config/zed/keymap.json. Ports VS Code keybindings:cmd+]/cmd+[cmd+dcmd+wcmd+k cmd+zbootstrap.shAdded symlink block for Zed config after the Vim block:
theme/install.shauto_install_extensionsREADME.mdzed/to the Structure section