add Shift:Cmd '[' and ']' for switching tabs

This commit is contained in:
sawka 2024-04-01 10:56:38 -07:00
parent f41ac1d5e3
commit f29e277f96

View File

@ -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",