Skip to content

Instantly share code, notes, and snippets.

@hyunbinseo
Last active July 20, 2026 05:44
Show Gist options
  • Select an option

  • Save hyunbinseo/4f1a49acafb454360a5b897eb090376d to your computer and use it in GitHub Desktop.

Select an option

Save hyunbinseo/4f1a49acafb454360a5b897eb090376d to your computer and use it in GitHub Desktop.
Zed Setting Files
  • 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
[
{
"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",
},
},
]
{
"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,
},
}
@hyunbinseo

Copy link
Copy Markdown
Author

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": "",
		},
	},
}
grep: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libpcre2-8.so.0: no version information available (required by grep)
grep: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libpcre2-8.so.0: no version information available (required by grep)
grep: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libpcre2-8.so.0: no version information available (required by grep)
flatpak: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libselinux.so.1: no version information available (required by /lib64/libostree-1.so.1)
flatpak: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libselinux.so.1: no version information available (required by /lib64/libkrb5support.so.0)
flatpak: symbol lookup error: /lib64/libaccountsservice.so.0: undefined symbol: g_once_init_leave_pointer
/usr/bin/sed: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libselinux.so.1: no version information available (required by /usr/bin/sed)
sed: /var/lib/flatpak/app/dev.zed.Zed/x86_64/stable/<path>/files/lib/libselinux.so.1: no version information available (required by sed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment