Reputation: 551
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.
Upvotes: 41
Views: 23025
Reputation: 369
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-
Upvotes: 2
Reputation: 773
In Ubuntu:
Navigate back
Shift + Alt + Left Arrow
Navigate forward
Shift + Alt + Right Arrow
Navigate back / forward
Ctrl + Alt + Left / Right Arrow
Navigate back / forward
Cmd + Alt + Left Arrow
Upvotes: 3
Reputation: 384454
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:
or redefine the PyCharm shortcuts to something else.
Linux distro desktop devs: please make all desktop system wide shortcuts contain the Super key.
Upvotes: 9
Reputation: 1973
You could use Ctrl+Alt+Left Arrow (which is more convenient from my point of view) or clicking arrows as suggested.
Upvotes: 34
Reputation: 8702
in pycharm you have view
in view please make sure that toolbar
is checked
Upvotes: 67