Skip to content

Instantly share code, notes, and snippets.

@shikaan
Last active February 15, 2025 16:46
Show Gist options
  • Save shikaan/155a728ac3d2fb415f5661a5a87cdadc to your computer and use it in GitHub Desktop.
Save shikaan/155a728ac3d2fb415f5661a5a87cdadc to your computer and use it in GitHub Desktop.
ZED configuration

The only way I could find to unclutter the UI. There is still a bottom dead bar, this will make it better.

{
"terminal": {
"button": false,
"cursor_shape": "underline",
"toolbar": {
"breadcrumbs": null
}
},
"telemetry": {
"metrics": false,
"diagnostics": false
},
"base_keymap": "JetBrains",
"ui_font_size": 16,
"buffer_font_size": 16,
"buffer_font_family": "Inconsolata Nerd Font",
"tab_size": 2,
"hard_tabs": true,
"show_wrap_guides": true,
"wrap_guides": [80],
"autosave": "on_focus_change",
"theme": {
"mode": "system",
"light": "Gruvbox Light Hard",
"dark": "Gruvbox Dark Hard"
},
"tab_bar": {
"show_nav_history_buttons": false
},
"restore_on_startup": "none",
"toolbar": {
"selections_menu": false,
"quick_actions": false
},
"tabs": {
"git_status": true,
"file_icons": true,
"show_diagnostics": "all",
"always_show_close_button": true
},
"git_panel": {
"button": false
},
"features": {
"inline_completion_provider": "none",
"copilot": false
},
"project_panel": {
"button": false,
"indent_size": 24,
"git_status": true,
"folder_icons": false
},
"outline_panel": {
"button": false
},
"collaboration_panel": {
"button": false
},
"diagnostics": {
"include_warnings": false
},
"assistant": {
"enabled": false,
"button": false,
"version": "1"
},
"notification_panel": {
"button": false
},
"language_models": {
"copilot_chat": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment