2025-03-28

This commit is contained in:
2025-03-28 10:00:01 -04:00
parent add410b80a
commit 0f02540cc8
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -26,5 +26,11 @@
"cmd-alt-right": "workspace::ActivateNextPane", "cmd-alt-right": "workspace::ActivateNextPane",
"cmd-alt-left": "workspace::ActivatePreviousPane" "cmd-alt-left": "workspace::ActivatePreviousPane"
} }
},
{
"context": "Terminal",
"bindings": {
"ctrl-`": "pane::CloseActiveItem"
}
} }
] ]
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"git_panel": { "git_panel": {
"dock": "left" "dock": null,
"button": false
}, },
"icon_theme": "Phosphor Icons Theme", "icon_theme": "Phosphor Icons Theme",
"show_user_picture": false, "show_user_picture": false,