added zed config

master
Michael Ochmann 11 months ago
parent 8180934d07
commit a806bd1aaa
  1. 9
      .config/zed/keymap.json
  2. 31
      .config/zed/settings.json

@ -0,0 +1,9 @@
[
{
"context": "Workspace",
"bindings": {
"cmd-t": "workspace::ToggleBottomDock",
"ctrl-tab" : "pane::ActivatePrevItem"
}
}
]

@ -0,0 +1,31 @@
// 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.
{
"base_keymap": "VSCode",
"theme": "Monokai",
"ui_font_size": 16,
"ui_font_family": "SF Pro",
"buffer_font_size": 16,
"vim_mode": true,
"hard_tabs": true,
"format_on_save": "off",
"font_family": "Iosevka",
"buffer_font_family" : "Iosevka",
"buffer_font_features": {
"calt": false
},
"tab_size": 4,
"telemetry": {
"diagnostics": false,
"metrics": false
},
"relative_line_numbers" : true,
"diagnostics" : false,
"hour_format" : "hour24"
}
Loading…
Cancel
Save