40

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
  • 541
  • 1
  • 4
  • 12

5 Answers5

65

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

enter image description here

sundar nataraj
  • 8,524
  • 2
  • 34
  • 46
  • 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
34

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
  • 4,765
  • 8
  • 40
  • 57
arbulgazar
  • 1,931
  • 1
  • 19
  • 24
7

You can also go to Navigate->Back

navigate back in PyCharm

CDspace
  • 2,639
  • 18
  • 30
  • 36
Ammon
  • 121
  • 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.

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
0

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
Keval
  • 557
  • 10
  • 15