bigger rightsidebar by default. also remove ctrl:space keybinding (#670)

This commit is contained in:
Mike Sawka 2024-06-06 18:45:28 -07:00 committed by GitHub
parent d7173c970c
commit 69d58ef525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -285,10 +285,6 @@
"keys": ["Ctrl:r"],
"commandStr": ["/history"]
},
{
"command": "cmdinput:openAIChat",
"keys": ["Ctrl:Space"]
},
{
"command": "history:closeHistory",
"keys": ["Ctrl:g", "Ctrl:c"]

View File

@ -26,7 +26,7 @@ let MagicLayout = {
RightSidebarMaxWidth: 700,
RightSidebarSnapThreshold: 90,
RightSidebarDragResistance: 50,
RightSidebarDefaultWidth: 240,
RightSidebarDefaultWidth: 400,
};
let m = MagicLayout;