mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
bigger rightsidebar by default. also remove ctrl:space keybinding (#670)
This commit is contained in:
parent
d7173c970c
commit
69d58ef525
@ -285,10 +285,6 @@
|
||||
"keys": ["Ctrl:r"],
|
||||
"commandStr": ["/history"]
|
||||
},
|
||||
{
|
||||
"command": "cmdinput:openAIChat",
|
||||
"keys": ["Ctrl:Space"]
|
||||
},
|
||||
{
|
||||
"command": "history:closeHistory",
|
||||
"keys": ["Ctrl:g", "Ctrl:c"]
|
||||
|
@ -26,7 +26,7 @@ let MagicLayout = {
|
||||
RightSidebarMaxWidth: 700,
|
||||
RightSidebarSnapThreshold: 90,
|
||||
RightSidebarDragResistance: 50,
|
||||
RightSidebarDefaultWidth: 240,
|
||||
RightSidebarDefaultWidth: 400,
|
||||
};
|
||||
|
||||
let m = MagicLayout;
|
||||
|
Loading…
Reference in New Issue
Block a user