Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Add alternate next/previous document shortcuts on Mac: Cmd-Shift-] and [ #6111

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/base-config/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
{
"key": "Ctrl-Tab",
"platform": "mac"
},
{
"key": "Cmd-Shift-]",
"platform": "mac"
}
],
"navigate.prevDoc": [
Expand All @@ -250,6 +254,10 @@
{
"key": "Ctrl-Shift-Tab",
"platform": "mac"
},
{
"key": "Cmd-Shift-[",
"platform": "mac"
}
],
"navigate.toggleQuickEdit": [
Expand Down