Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Sep 1, 2024
1 parent e53abd1 commit f27ff6d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 14 deletions.
11 changes: 4 additions & 7 deletions home/exact_private_dot_config/private_zed/private_keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
// from the command palette.
[
{
"context": "Pane",
"context": "Editor",
"bindings": {
"cmd-0": "pane::ActivateLastItem",
"cmd-1": ["pane::ActivateItem", 0],
"cmd-2": ["pane::ActivateItem", 1],
"cmd-3": ["pane::ActivateItem", 2],
Expand All @@ -23,13 +24,9 @@
}
},
{
"context": "Workspace",
"bindings": {}
},
{
"context": "Editor",
"context": "ProjectPanel",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
"cmd-enter": "project_panel::Open"
}
}
]
46 changes: 39 additions & 7 deletions home/exact_private_dot_config/private_zed/private_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,47 @@
// custom settings, run `zed: open default settings` from the
// command palette
{
"assistant": {
"version": "2",
"default_model": {
"model": "claude-3-5-sonnet-20240620",
"provider": "anthropic"
}
},
"chat_panel": {
"button": false
},
"collaboration_panel": {
"button": false
},
"notification_panel": {
"button": false
},
"project_panel": {
"button": false
},
"tabs": {
"file_icons": true
},
"tab_bar": {
"show_nav_history_buttons": false
},
"telemetry": {
"diagnostics": false,
"metrics": false
"metrics": false,
"diagnostics": false
},
"terminal": {
"button": false,
"font_size": 14,
"copy_on_select": true
},
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
}
"dark": "One Dark",
"light": "One Dark"
},
"ui_font_size": 16,
"buffer_font_size": 16,
"ui_font_family": "Berkeley Mono Variable",
"buffer_font_family": "Berkeley Mono Variable"
}

0 comments on commit f27ff6d

Please sign in to comment.