How to go to last edit location in Android Studio

To go to last edit location/s in android studio, Press :

Alt + <--

Update

To list the files you navigated to previously, press :

Ctrl + e

To list only files that have been edited, press :

Ctrl + Shift + e

What you should have in Navigate under File->Settings->Keymap : enter image description here


Go to File -> Settings... -> Keymap.

In the search box type "last edit location".

Your default shortcut for Last Edit Location should show up (mine is Ctrl + Q on the screenshot below).

You can also change it by double (or right) clicking on it.

enter image description here


For mac users to go to last edited location use: + + /


I got the short cut

Mac: Cmd+Shift+Backspace

Windows/Linux: Ctrl-Shift-Backspace

It's working for me