Eclipse shortcuts
`Full PyDev keyboard shortcut list <http://www.fabioz.com/pydev/manual_adv_keybindings.html>`_
Auto-completion
---------------
Press CTRL+Space to auto-complete imports, variable names, module functions and so on.
Quickly open file
-----------------
CTRL+SHIFT+R and type a part of the filename.
Last edit location
------------------
If you are browsing the file the line you typed text last.
CTRL+Q.
Switch editor tabs
------------------
ALT+left and ALT+right
