Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Last active January 25, 2024 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baldwindavid/44a6d6289396e9863a03a7ef33795eb8 to your computer and use it in GitHub Desktop.
Save baldwindavid/44a6d6289396e9863a03a7ef33795eb8 to your computer and use it in GitHub Desktop.
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"theme": "One Dark",
"base_keymap": "VSCode",
"buffer_font_family": "FiraCode Nerd Font Mono",
"buffer_font_size": 16,
"vim_mode": true,
"active_pane_magnification": 1.0,
"confirm_quit": true,
"cursor_blink": false,
"wrap_guides": [80],
"inlay_hints": {
"enabled": true
},
"project_panel": {
"folder_icons": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment