Skip to content

daijro/zed-tweaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zed Tweaks

Opinionated patches I use for Zed to help me migrate from VSCode.

image


Changes

  • 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_menus is 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_size setting 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

Instructions

git clone https://github.com/zed-industries/zed.git
cd zed
git checkout 4f9f088fc1f7d81eb65864d6fa02b486b4755352
git apply /path/to/patches/*.patch
cargo build --release

About

My collection of patches for Zed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors