Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

doc(vscode.md): fix typo #1577

Merged
merged 1 commit into from Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/vscode.md
Expand Up @@ -31,7 +31,7 @@ This means you use `cmd+r` to start up emission in a iOS simulator. It's the sam
### Useful bits of VS Code

* To jump between splits, use `cmd + 1` and `cmd + 2`.
* To navigate left/right through all tabs, use `cmd + alt + left` and `cmd + alt + right`. I remap these to be the same as most macOS apps: `ctrl + shift + [` and `ctrl + shift + ]`.
* To navigate left/right through all tabs, use `cmd + alt + left` and `cmd + alt + right`. I remap these to be the same as most macOS apps: `cmd + shift + [` and `cmd + shift + ]`.
```json
{ "key": "cmd+shift+[", "command": "workbench.action.previousEditor" },
{ "key": "cmd+shift+]", "command": "workbench.action.nextEditor" },
Expand Down