Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to navigate to the last cursor position in Eclipse?

Recently, I switched from Visual Studio to Eclipse. Now I am missing the shortcut for navigating to the last cursor position in Eclipse. In Visual Studio, the same can be done with the help of the Ctrl + - shortcut.

How do I do this in Eclipse?

like image 971
Jainendra Avatar asked Sep 07 '12 07:09

Jainendra


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 is Ctrl Shift L in Eclipse?

2. 3. Quick Search became part of the Eclipse platform some time ago. It can be found in Search > Quick Search and the default key is Ctrl+Alt+Shift+L.


1 Answers

Go to Preferences / General / Keys. You'll be able to see or edit the bindings for:

  • Backward History: default is Alt
  • Forward History: default is Alt

You may also use those shortcuts (and see the key bindings) in the toolbar:

Enter image description here

like image 124
Denys Séguret Avatar answered Sep 23 '22 23:09

Denys Séguret