Hanfei Sun
Hanfei Sun

Reputation: 47101

In IntelliJ, is there an action that can jump to the last viewed tab?

I only found "Last edited location", but usually I need to jump between two unedited files, so that option isn't useful for me.

The Navigate -> File action is also not useful because I need to type in the name of file A and file B again and again.

In Emacs, Ctrl+x + b just helps me switch to the last buffer. Is there any such action in IntelliJ?

Upvotes: 1

Views: 121

Answers (2)

CrazyCoder
CrazyCoder

Reputation: 402581

View | Recent Files Ctrl+E, Enter or use the similar feature: Switcher Ctrl+Tab.

Upvotes: 3

ice
ice

Reputation: 807

Ctrl+Alt+Left - previous position("Back" action)

Upvotes: 3

Related Questions