2025-02-12

This commit is contained in:
2025-02-12 10:00:00 -05:00
parent 7c637ef1b7
commit 74b57c68f5
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -164,7 +164,6 @@
"ctrl-cmd-space": "editor::ShowCharacterPalette", "ctrl-cmd-space": "editor::ShowCharacterPalette",
"cmd-;": "editor::ToggleLineNumbers", "cmd-;": "editor::ToggleLineNumbers",
"cmd-alt-z": "editor::RevertSelectedHunks", "cmd-alt-z": "editor::RevertSelectedHunks",
"cmd-'": "editor::ToggleHunkDiff",
"cmd-\"": "editor::ExpandAllHunkDiffs", "cmd-\"": "editor::ExpandAllHunkDiffs",
"cmd-alt-g b": "editor::ToggleGitBlame" "cmd-alt-g b": "editor::ToggleGitBlame"
} }
@@ -454,7 +453,7 @@
"alt-cmd-o": [ "alt-cmd-o": [
"projects::OpenRecent", "projects::OpenRecent",
{ {
"create_new_window": true "create_new_window": false
} }
], ],
"cmd-shift-o": "file_finder::Toggle", "cmd-shift-o": "file_finder::Toggle",
+1
View File
@@ -1,4 +1,5 @@
{ {
"icon_theme": "Catppuccin Latte",
"show_user_picture": false, "show_user_picture": false,
"show_inline_completions": true, "show_inline_completions": true,
"base_keymap": "None", "base_keymap": "None",