update zed + ohmyposh configs

This commit is contained in:
2024-10-01 19:13:43 -04:00
parent 83047efabe
commit 22ee52bd98
3 changed files with 121 additions and 123 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"cmd-h": "zed::Hide",
"alt-cmd-h": "zed::HideOthers",
"cmd-m": "zed::Minimize",
"ctrl-cmd-f": "zed::ToggleFullScreen"
"ctrl-cmd-f": "zed::ToggleFullScreen",
"ctrl-r": "projects::OpenRecent"
}
},
{
+5 -4
View File
@@ -23,7 +23,7 @@
},
"theme": {
"mode": "system",
"light": "Ayu Light",
"light": "One Light",
"dark": "Catppuccin Mocha"
},
"scrollbar": {
@@ -31,10 +31,10 @@
},
"scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20,
"ui_font_family": "SF Mono",
// "ui_font_family": ".SystemUIFont",
"ui_font_features": {},
"ui_font_size": 17,
"buffer_font_family": "SF Mono",
"buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 15,
"terminal": {
"font_family": "FiraCode Nerd Font Mono"
@@ -43,7 +43,8 @@
"soft_wrap": "editor_width",
"tabs": {
"close_position": "left",
"git_status": true
"git_status": true,
"file_icons": true
},
"notification_panel": {
"button": false