mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
add Shift:Cmd '[' and ']' for switching tabs
This commit is contained in:
parent
f41ac1d5e3
commit
f29e277f96
@ -194,11 +194,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "app:selectTabLeft",
|
"command": "app:selectTabLeft",
|
||||||
"keys": ["Cmd:["]
|
"keys": ["Cmd:[", "Shift:Cmd:["]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "app:selectTabRight",
|
"command": "app:selectTabRight",
|
||||||
"keys": ["Cmd:]"]
|
"keys": ["Cmd:]", "Shift:Cmd:]"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "app:selectWorkspace-1",
|
"command": "app:selectWorkspace-1",
|
||||||
|
Loading…
Reference in New Issue
Block a user