- Codebook Spell Checker (codebook) v0.2.14
- Comments Highlighter (comment) v0.6.6
- HTML (html) v0.3.1
- Oxc (oxc) v0.4.7
- SQL (sql) v1.1.7
- Svelte (svelte) v0.2.11
Last active
July 20, 2026 05:44
-
-
Save hyunbinseo/4f1a49acafb454360a5b897eb090376d to your computer and use it in GitHub Desktop.
Zed Setting Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "context": "Terminal", | |
| "bindings": { | |
| "shift-enter": ["terminal::SendText", "\u001b\r"], | |
| }, | |
| }, | |
| { | |
| "context": "Editor", | |
| "bindings": { | |
| "alt-shift-i": "editor::SplitSelectionIntoLines", | |
| "ctrl-alt-down": "editor::AddSelectionBelow", | |
| "ctrl-alt-up": "editor::AddSelectionAbove", | |
| "ctrl-left": "editor::MoveToBeginningOfLine", | |
| "ctrl-right": "editor::MoveToEndOfLine", | |
| "ctrl-shift-left": "editor::SelectToBeginningOfLine", | |
| "ctrl-shift-right": "editor::SelectToEndOfLine", | |
| "shift-alt-down": "editor::DuplicateLineDown", | |
| "shift-alt-up": "editor::DuplicateLineUp", | |
| }, | |
| }, | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cli_default_open_behavior": "existing_window", | |
| "project_panel": { | |
| "dock": "left", | |
| }, | |
| "outline_panel": { | |
| "dock": "left", | |
| }, | |
| "collaboration_panel": { | |
| "dock": "left", | |
| }, | |
| "agent": { | |
| "sidebar_side": "right", | |
| "dock": "right", | |
| "favorite_models": [], | |
| "model_parameters": [], | |
| }, | |
| "git_panel": { | |
| "dock": "left", | |
| }, | |
| "diff_view_style": "split", | |
| "agent_servers": { | |
| "claude-acp": { | |
| "default_config_options": { | |
| "mode": "bypassPermissions", | |
| "model": "default", | |
| }, | |
| "type": "registry", | |
| }, | |
| }, | |
| "lsp": { | |
| "vtsls": { | |
| "settings": { | |
| "typescript": { | |
| "updateImportsOnFileMove": { | |
| "enabled": "always", | |
| }, | |
| }, | |
| "javascript": { | |
| "updateImportsOnFileMove": { | |
| "enabled": "always", | |
| }, | |
| }, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| }, | |
| "theme": { | |
| "mode": "system", | |
| "light": "Ayu Light", | |
| "dark": "Ayu Dark", | |
| }, | |
| "base_keymap": "VSCode", | |
| "buffer_font_family": "구름 산스 코드 400", // "goorm Sans Code" | |
| "format_on_save": "on", | |
| "ensure_final_newline_on_save": true, | |
| "hard_tabs": true, | |
| "tab_size": 2, | |
| "languages": { | |
| "Markdown": { | |
| "hard_tabs": false, | |
| }, | |
| "Svelte": { | |
| "formatter": [ | |
| { "code_action": "source.organizeImports" }, | |
| { "code_action": "source.fixAll.eslint" }, | |
| "prettier", | |
| ], | |
| }, | |
| "JavaScript": { | |
| "formatter": [ | |
| { "code_action": "source.organizeImports" }, | |
| { "code_action": "source.fixAll.eslint" }, | |
| "prettier", | |
| ], | |
| }, | |
| "TypeScript": { | |
| "formatter": [ | |
| { "code_action": "source.organizeImports" }, | |
| { "code_action": "source.fixAll.eslint" }, | |
| "prettier", | |
| ], | |
| }, | |
| }, | |
| "telemetry": { | |
| "diagnostics": false, | |
| "metrics": false, | |
| }, | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For "no version information available" messages in Linux, see: zed-industries/zed#54462 (comment)
{ "terminal": { "env": { "LD_LIBRARY_PATH": "", "LD_PRELOAD": "", "GIO_MODULE_DIR": "", "GTK_PATH": "", }, }, }