···11-// Zed keymap
22-//
33-// For information on binding keys, see the Zed
44-// documentation: https://zed.dev/docs/key-bindings
55-//
66-// To see the default key bindings run `zed: open default keymap`
77-// from the command palette.
81[
92 {
103 "context": "Editor",
-8
zed/settings.json
···11-// Zed settings
22-//
33-// For information on how to configure Zed, see the Zed
44-// documentation: https://zed.dev/docs/configuring-zed
55-//
66-// To see all of Zed's default settings without changing your
77-// custom settings, run `zed: open default settings` from the
88-// command palette (cmd-shift-p / ctrl-shift-p)
91{
102 "buffer_font_family": "JetBrainsMono Nerd Font",
113 "buffer_font_size": 14.0,