1/2/25
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
{
|
||||
"context": "Editor",
|
||||
"bindings": {
|
||||
"ctrl-shift-s": "editor::ToggleInlineCompletions",
|
||||
"escape": "editor::Cancel",
|
||||
"backspace": "editor::Backspace",
|
||||
"shift-backspace": "editor::Backspace",
|
||||
@@ -450,16 +451,14 @@
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
// Change the default action on `menu::Confirm` by setting the parameter
|
||||
// "alt-cmd-o": [
|
||||
// "projects::OpenRecent",
|
||||
// {
|
||||
// "create_new_window": true
|
||||
// }
|
||||
// ]
|
||||
"alt-cmd-o": [
|
||||
"projects::OpenRecent",
|
||||
{
|
||||
"create_new_window": true
|
||||
}
|
||||
],
|
||||
"cmd-shift-o": "file_finder::Toggle",
|
||||
"cmd-r": "task::Spawn",
|
||||
"alt-cmd-o": "projects::OpenRecent",
|
||||
"alt-cmd-b": "branches::OpenRecent",
|
||||
"ctrl-~": "workspace::NewTerminal",
|
||||
"cmd-s": "workspace::Save",
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"show_user_picture": false,
|
||||
"show_inline_completions": true,
|
||||
"base_keymap": "None",
|
||||
"outline_panel": {
|
||||
"dock": "right"
|
||||
@@ -13,10 +15,9 @@
|
||||
"model": "claude-3-5-sonnet-20240620"
|
||||
},
|
||||
"version": "2",
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"features": {
|
||||
// "copilot": false,
|
||||
"inline_completion_provider": "none"
|
||||
},
|
||||
"collaboration_panel": {
|
||||
@@ -28,7 +29,7 @@
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "Ayu Dark"
|
||||
"dark": "Catppuccin Mocha"
|
||||
},
|
||||
"scrollbar": {
|
||||
"show": "system"
|
||||
@@ -36,15 +37,15 @@
|
||||
"cursor_shape": "underline",
|
||||
"scroll_beyond_last_line": "vertical_scroll_margin",
|
||||
"vertical_scroll_margin": 20,
|
||||
"ui_font_family": "Rec Mono Linear",
|
||||
"ui_font_family": "SF Mono",
|
||||
"ui_font_features": {},
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_family": "Rec Mono Linear",
|
||||
"buffer_font_size": 14,
|
||||
"buffer_font_size": 14.5,
|
||||
"terminal": {
|
||||
"font_family": "FiraCode Nerd Font Mono"
|
||||
"font_family": "Rec Mono Casual",
|
||||
"font_fallbacks": ["FiraCode Nerd Font Mono"]
|
||||
},
|
||||
"relative_line_numbers": true,
|
||||
"soft_wrap": "editor_width",
|
||||
"tabs": {
|
||||
"close_position": "left",
|
||||
@@ -62,6 +63,12 @@
|
||||
"coloring": "indent_aware"
|
||||
},
|
||||
"languages": {
|
||||
"JSONC": {
|
||||
"show_inline_completions": false
|
||||
},
|
||||
"Markdown": {
|
||||
"show_inline_completions": false
|
||||
},
|
||||
"Go": {
|
||||
"tab_size": 2
|
||||
},
|
||||
@@ -74,7 +81,7 @@
|
||||
"auto_fold_dirs": false
|
||||
},
|
||||
"file_types": {
|
||||
"HTML": ["hbs", "njk", "webc"]
|
||||
"HTML": ["hbs", "njk", "webc", "leaf"]
|
||||
},
|
||||
"experimental.theme_overrides": {
|
||||
"syntax": {
|
||||
|
||||
Reference in New Issue
Block a user