Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse jump to Editor tab shortcut

I am wondering if there is any way to have a keyboard shortcut to a tab. Like for example Firefox having Alt+1 / Alt+2 / Alt+3 to go to tab 1 / 2/ 3 etc...

Cheers,

like image 396
Chmouel Boudjnah Avatar asked May 13 '10 21:05

Chmouel Boudjnah


People also ask

What is Ctrl Shift G in Eclipse?

Search – Eclipse Shortcuts CTRL SHIFT G – Search for current cursor positioned word reference in workspace. CTRL H – Java search in workspace.

What does Ctrl k do in Eclipse?

In Eclipse, if the cursor is over a word and you press Ctrl + K you will jump to the next occurrence of that word in the file.

How do you jump in Eclipse?

F3 — Jumps to include file or variable declaration/definition. If you want to use the mouse for this, press the Ctrl key and hover over the source with the mouse. Shortcut for Navigate > Open Declaration.


1 Answers

You can use F12 to go to the current editor and Ctrl + E to get a list of open editors. Then you can type a couple of characters to narrow down the list. The currently visible tabs are at the end of the list (use End or Up to jump there)

Ctrl + PageUp and Ctrl + PageDown select the previous and the next tab.

Ctrl + Q goes to the last edit position.

Alt + Left and Alt + Right go back- and forward through your editing history (like the back button in your browser).

like image 83
Aaron Digulla Avatar answered Oct 14 '22 05:10

Aaron Digulla