35

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.

timedout
  • 483
  • 1
  • 4
  • 12

4 Answers4

57

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

enter image description here

sundar nataraj
  • 7,699
  • 1
  • 29
  • 42
  • Yeah, I can see the toolbar now. I tried to search about back button and never knew it could be in toolbar. Thanks. – timedout Jul 03 '14 at 08:24
29

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

L Y E S - C H I O U K H
  • 3,827
  • 7
  • 32
  • 52
arbulgazar
  • 1,708
  • 1
  • 15
  • 21
7

You can also go to Navigate->Back

navigate back in PyCharm

CDspace
  • 2,551
  • 17
  • 31
  • 35
Ammon
  • 91
  • 1
  • 3
7

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.