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

Question:

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.

Asked By: timedout

||

Answers:

in pycharm you have view in view please make sure that toolbar is checked
enter image description here

enter image description here

Answered By: sundar nataraj

You could use Ctrl+Alt+Left Arrow (which is more convenient from my point of view) or clicking arrows as suggested.

Answered By: arbulgazar

You can also go to Navigate->Back

navigate back in PyCharm

Answered By: Ammon

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.

In Ubuntu:

Navigate back

Shift + Alt + Left Arrow

Navigate forward

Shift + Alt + Right Arrow

enter image description here

In Windows:

Navigate back / forward

Ctrl + Alt + Left / Right Arrow

In MAC:

Navigate back / forward

Cmd + Alt + Left Arrow
Answered By: Keval