In PyCharm, how to go back to last location?
Under ArchLinux with PyCharm CE 3.1 works the combination Ctrl + Alt + Left.
This is the way I find out the combination:
(Right click) Go To -> Implementation(s)
Double Shift -> Back
There is an option
Back
in the sectionActions
Ctrl + Shift + A
And then the cursor comes back
All in all, it has nothing with PyCharm;
In my case, there was a global key combo of another program, that masked Ctrl-Alt-Left
I solve it by remapping "file > settings > keymap > main menu > navigate > back".
I chose Alt+Left, which intuitively feels likes web browsers "back" behavior.