DEV Community

Discussion on: Get Faster - VSCode navigation without a mouse

Collapse
 
igormelo profile image
Igor Melo

Isn't ctrl tab easier?
Or they are different stuff

Collapse
 
murjam profile image
Mikk Mangus

The actions navigateBack and navigateForward are not about navigating between tabs, but within the code. I.e, if you open a file/function by Ctrl+clicking on it, you can "navigate back" :)

Thread Thread
 
igormelo profile image
Igor Melo

Oh, I see!
Its kinda of a cursor position history...
Very useful!