Utoljára aktív 1738246563

kristofer's Avatar kristofer gist felülvizsgálása 1738246562. Revízióhoz ugrás

1 file changed, 25 insertions

zed-fonts.md(fájl létrehozva)

@@ -0,0 +1,25 @@
1 +
2 + To make Zed fonts bigger or whatever,
3 +
4 + in file `~/.config/zed/settings.json`
5 +
6 +
7 + ```
8 + // Zed settings
9 + //
10 + // For information on how to configure Zed, see the Zed
11 + // documentation: https://zed.dev/docs/configuring-zed
12 + //
13 + // To see all of Zed's default settings without changing your
14 + // custom settings, run the `open default settings` command
15 + // from the command palette or from `Zed` application menu.
16 + {
17 + "buffer_font_size": 16,
18 + "ui_font_size": 18,
19 + "autosave": "on_focus_change",
20 + "terminal": {
21 + "font_size": 16
22 + }
23 + }
24 + ```
25 +
Újabb Régebbi