diff options
| author | kj-sh604 | 2024-08-31 17:11:10 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-31 17:11:10 -0400 |
| commit | d834b067d09866b0c4f96a28dc71c878464afa5b (patch) | |
| tree | 32c4ba5220db155753e0c89657d23394e121ed79 /.config/zed/settings.json | |
| parent | 19e31db875f8bfe14fc55b51602cd2b7c804ba71 (diff) | |
refactor: use `zed` as intended (no vim mode)
Diffstat (limited to '.config/zed/settings.json')
| -rw-r--r-- | .config/zed/settings.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json index a0e84aa..ff50f40 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -7,15 +7,11 @@ // custom settings, run the `open default settings` command // from the command palette or from `Zed` application menu. { - "theme": "Ayu Dark", - "ui_font_size": 16, - "ui_font_family": "JetBrains Mono", - "buffer_font_size": 16, "buffer_font_family": "JetBrains Mono", - "vim_mode": true, - "relative_line_numbers": true, + "buffer_font_size": 16, "cursor_blink": false, - "vim": { - "use_system_clipboard": "on_yank" - } + "relative_line_numbers": true, + "theme": "Ayu Dark", + "ui_font_family": "JetBrains Mono", + "ui_font_size": 16 } |
