While browsing the code in PyCharm(community edition) how to go back to the previously browsed section? I am looking for eclipse back button type functionality with Pycharm.
6 Answers
in pycharm you have view in view please make sure that toolbar is checked 

You could use Ctrl+Alt+Left Arrow (which is more convenient from my point of view) or clicking arrows as suggested.
1 Comment
Cmd + Alt + Left Arrow on OS X.Ubuntu 16.04 defines Ctrl + Alt + Left as a workspace switch shortcut
Then it does nothing on Pycharm.
So you have to either disable the Ubuntu shortcut with:
- dash
- keyboard
- shortcuts
- navigation
or redefine the PyCharm shortcuts to something else.
Linux distro desktop devs: please make all desktop system wide shortcuts contain the Super key.
5 Comments
Alt + Left works by defaultBack and Forward to Alt+<- & Alt+-> iso of changing Ubuntu wokspace switcher shortcuts. Need to restart PyCharm after assigning new shortcuts.Able to enable Forward/Back button on latest pycharm.
Right-click the toolbar and select Add to Main Toolbar and select Back/Forward
Reference is from : https://intellij-support.jetbrains.com/hc/en-us/community/posts/13224717402002-Where-did-the-forward-and-back-buttons-go-in-the-new-PyCharm-layout-


