https://github.com/zed-industries/zed
Install
curl -f https://zed.dev/install.sh | sh
Config
{
"ui_font_size": 16,
"ui_font_family": "Zed Plex Sans",
"buffer_font_size": 16,
"buffer_font_family": "Zed Plex Mono",
"current_line_highlight": "all",
"base_keymap": "SublimeText",
"format_on_save": "off",
"restore_on_startup": "last_session",
"show_whitespaces": "all",
"soft_wrap": "editor_width",
"tab_size": 2,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Atelier Dune Dark"
},
"git": {
"inline_blame": {
"enabled": false
}
},
"collaboration_panel": {
"button": false
},
"chat_panel": {
"button": false
}
}