2025-03-13

This commit is contained in:
2025-03-13 10:00:00 -04:00
parent 0ab5d6167b
commit 2a1ef2c68b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -491,6 +491,7 @@
"cmd-shift-p": "command_palette::Toggle", "cmd-shift-p": "command_palette::Toggle",
"cmd-shift-m": "diagnostics::Deploy", "cmd-shift-m": "diagnostics::Deploy",
"cmd-shift-e": "project_panel::ToggleFocus", "cmd-shift-e": "project_panel::ToggleFocus",
"cmd-shift-g": "git_panel::ToggleFocus",
"cmd-?": "assistant::ToggleFocus", "cmd-?": "assistant::ToggleFocus",
"cmd-alt-s": "workspace::SaveAll", "cmd-alt-s": "workspace::SaveAll",
"cmd-k m": "language_selector::Toggle", "cmd-k m": "language_selector::Toggle",
@@ -581,7 +582,6 @@
"shift-enter": "editor::ExpandExcerpts", "shift-enter": "editor::ExpandExcerpts",
"cmd-k enter": "editor::OpenExcerptsSplit", "cmd-k enter": "editor::OpenExcerptsSplit",
"cmd-f8": "editor::GoToHunk", "cmd-f8": "editor::GoToHunk",
"cmd-shift-f8": "editor::GoToPrevHunk",
"ctrl-enter": "assistant::InlineAssist" "ctrl-enter": "assistant::InlineAssist"
} }
}, },
+3
View File
@@ -1,4 +1,7 @@
{ {
"git_panel": {
"dock": "left"
},
"icon_theme": "Catppuccin Macchiato", "icon_theme": "Catppuccin Macchiato",
"show_user_picture": false, "show_user_picture": false,
"show_edit_predictions": true, "show_edit_predictions": true,