Add Zed config and clean up aliases
This commit is contained in:
@@ -10,6 +10,18 @@
|
||||
// #############################################
|
||||
// ## Theming ##
|
||||
// #############################################
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "desktop",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/home/menno/.dotfiles"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon_theme": "VSCode Icons (Dark)",
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
@@ -22,7 +34,7 @@
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Catppuccin Latte",
|
||||
"dark": "Catppuccin Frappé"
|
||||
"dark": "Catppuccin Macchiato"
|
||||
},
|
||||
"tabs": {
|
||||
"close_position": "right",
|
||||
@@ -58,8 +70,7 @@
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-sonnet-4"
|
||||
},
|
||||
"version": "2"
|
||||
}
|
||||
},
|
||||
"edit_predictions": {
|
||||
"mode": "subtle",
|
||||
|
Reference in New Issue
Block a user