knoebber / zed / b13e3cd
// 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.
{
"autosave": "on_focus_change",
"projects_online_by_default": false,
"base_keymap": "JetBrains",
"theme": "One Light",
"vim_mode": true,
"ui_font_size": 16,
"buffer_font_size": 16,
"terminal": {
"option_as_meta": true
}
}
02/19/2024 9:54PM
Initial commit