Opinionated patches I use for Zed to help me migrate from VSCode.
- No rounded corners on the window border or context menus
- Ctrl + scroll wheel increases/decreases the font size
- Menubar is merged into 1 compact row, and buttons will activate on click rather than on hover when
titlebar.show_menusis true - The split panel button splits to the right by default on click. Right click the button to show the original menu to split right/left/up/down
- Reduced the height of the breadcrumb bar to match the tabs height
- The editor buffer does not render under the minimap & scrollbar anymore
- Indent guidelines are shown on the first column like in VSCode
- Adds an X button to close the agent panel
- Added a
project_panel.font_sizesetting to change the font size of text in the left panel (File browser, Git, Outline, etc.) - Markdown Preview button opens to the side by default. Alt+Click to open in a new tab
- Fix minimap thumb dragging so the cursor stays where you grabbed it
git clone https://github.com/zed-industries/zed.git
cd zed
git checkout 4f9f088fc1f7d81eb65864d6fa02b486b4755352
git apply /path/to/patches/*.patch
cargo build --release