user496949
user496949

Reputation: 86185

What is the shortcut key to back to the previous tab?

For example, after clicking open declaration, is there a shortkey which let me back to the previous tab?

Upvotes: 32

Views: 23793

Answers (4)

Ankit
Ankit

Reputation: 2753

Ctrl + Shift + L

to view all shortcuts and from them you can have your previous tab shortcut.

Upvotes: 7

rgerganov
rgerganov

Reputation: 2232

Use Alt + LeftArrow to go back.

Upvotes: 40

mindreader
mindreader

Reputation: 1822

If you are talking about switching between open files, you can do this using Ctrl+PgUp and Ctrl+PgDn

If it is about navigating back & forth to the last modification, use Alt+ (right arrow) and Alt+(left arrow)

Upvotes: 3

Nivas
Nivas

Reputation: 18364

By next tab, you probably mean the "Previous File".

By default switching between open files (called "Editors" in eclipse parlance) can be done by Ctrl+F6 and Ctrl+Shift+F6

This is configurable, so if you find this combination inconvenient (like me) you can change it in the Preferences: General -> Keys. Look for Next Editor and Previous Editor

(I have mapped them to Ctrl+Tab and Ctrl+Shift+Tab.)

Upvotes: 21

Related Questions