Reputation: 39
What is the keyboard shortcut on VSCODE in MacBook to toggle between terminal and file or to say to open the VS CODE terminal?
In windows, the same works when CTRL
+ ~
is pressed but the same isn't the case on Mac. I tried with command and option key too.
Upvotes: 2
Views: 2389
Reputation: 151
CTRL + ` should perform this same behavior on Mac, else you can also try COMMAND + J, which should result in the same behavior of folding/unfolding the terminal.
Upvotes: 3