Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change ctrl + tab on VSCode to tab between tabs like a browser does?

I hate those "last used" tabs things. I just want to go left/right in VSCode.

like image 638
corysimmons Avatar asked Nov 04 '16 19:11

corysimmons


1 Answers

I posted this answer how to bind the next/previous tab commands a couple of minutes ago here: https://stackoverflow.com/a/40447042/2906632

Just bind the two commands from there to ctrl-tab and ctrl-shift-tab.

like image 190
kwood Avatar answered Nov 03 '22 09:11

kwood