nz_21
nz_21

Reputation: 7353

VS Code keymap for switching to the tab on the right?

The left equivalent for what I'm looking for is back. I can't find forward.

go forward, on the other hand, is completely different.

(I'm on a mac).

Upvotes: 1

Views: 38

Answers (1)

Matt
Matt

Reputation: 1264

Open Code > Preferences > Keyboard Shortcuts and see if there is a keymap for wanted action. If not, create it.

https://code.visualstudio.com/docs/getstarted/keybindings

If I got your question right, commands you need are "Focus next pane", which on Windows are "Alt + Left/Right arrow"

Upvotes: 1

Related Questions