Skip to content

Commit

Permalink
Fix code folding shortcut
Browse files Browse the repository at this point in the history
On macOS, it's Alt-Cmd-[ / Alt-Cmd-] instead of Shift.
  • Loading branch information
herrbischoff authored Oct 12, 2017
1 parent fb5c0ed commit 3c7bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ You can group the symbols by kind by adding a colon, `@:`.

## Code folding

> Mac: <kbd>shift+cmd+\[</kbd> and <kbd>shift+cmd+\]</kbd>
> Mac: <kbd>alt+cmd+\[</kbd> and <kbd>alt+cmd+\]</kbd>
> Windows / Linux: <kbd>ctrl+shift+\[</kbd> and <kbd>ctrl+shift+\]</kbd>
Expand Down

0 comments on commit 3c7bb54

Please sign in to comment.