···1-// Zed keymap
2-//
3-// For information on binding keys, see the Zed
4-// documentation: https://zed.dev/docs/key-bindings
5-//
6-// To see the default key bindings run `zed: open default keymap`
7-// from the command palette.
8[
9 {
10 "context": "Editor",
···1-// Zed settings
2-//
3-// For information on how to configure Zed, see the Zed
4-// documentation: https://zed.dev/docs/configuring-zed
5-//
6-// To see all of Zed's default settings without changing your
7-// custom settings, run `zed: open default settings` from the
8-// command palette (cmd-shift-p / ctrl-shift-p)
9{
10 "buffer_font_family": "JetBrainsMono Nerd Font",
11 "buffer_font_size": 14.0,