update zed + ohmyposh configs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user