How to go back in PyCharm while browsing code like we have a back button in eclipse?

intellij-idea, intellij-plugin, pycharm, python

Solution

in pycharm you have `view` in view please make sure that `toolbar` is checked

Problem

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.

Original source