bal_gennady

zed_settings.json @doganarif

Oct 21st, 2025
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.72 KB | Source Code | 0 0
  1.  
  2. {
  3.   "icon_theme": "Material Icon Theme",
  4.   "assistant": {
  5.     "always_allow_tool_actions": true,
  6.     "default_model": {
  7.       "provider": "anthropic",
  8.       "model": "claude-opus-4-1-latest"
  9.     },
  10.     "version": "2"
  11.   },
  12.   "tab_bar": {
  13.     "show": false
  14.   },
  15.   "language_models": {
  16.     "anthropic": {
  17.       "api_key": ""
  18.     }
  19.   },
  20.   "theme": "Catppuccin Espresso (Blur) [Light]",
  21.   "vim_mode": true,
  22.   "vim": {
  23.     "use_system_clipboard": "always"
  24.   },
  25.   "ui_font_size": 15,
  26.   "buffer_font_size": 15,
  27.   "buffer_font_family": "FiraMono Nerd Font Mono Medium",
  28.   "tab_size": 2,
  29.   "soft_wrap": "editor_width",
  30.   "scrollbar": {
  31.     "show": "never"
  32.   },
  33.   "project_panel": {
  34.     "sticky_scroll": false
  35.   }
  36. }
Tags: dotfiles Zed
Advertisement
Add Comment
Please, Sign In to add comment