views:

12

answers:

1

In FireFox, I'm constantly using the ctrl+[1-9] shortcut to switch tabs. Basically ctrl+1 will take me to the first tab, ctrl+2 will take me to the second one and so on.

Is there an equivalent for this shortcut in IntelliJ Idea? (I looked around the keymap settings but couldn't find anything.)

I should mention that I'm a complete beginner to this IDE.

+1  A: 

There is no such feature in IDEA, however you can use Alt+Arrows and Ctrl+E (Recent Files) to navigate between tabs.

Other handy actions from the Go To menu:

  • Back / Forward (Ctrl+Alt+Left/Right)
  • Last Edit Location (Ctrl+Shift+Backspace)
CrazyCoder

related questions