Intellij shortcut to move cursor backward?

In eclipse, I can navigate to the last cursor position with Alt + left arrow

. With Alt + Right

Arrow, I can move forward with the cursor. What's the shortcut to do this in Intellij?

+3


source to share


2 answers


In IntelliJ, it should be CTRL+ ALT+ LEFTand CTRL+ ALT+ RIGHTfor Windows / Linux.

On OS X, these are ⌘+ βŒ₯+ LEFTand ⌘+ βŒ₯+ RIGHT.

These keyboard shortcuts correspond to Back and Forward actions. You can change them in Settings / Keycard if they don't work by default (I think these shortcuts are already used by the system in Ubuntu, for example).



Sources and other helpful shortcuts:

+3


source


On Mac:
option+ command+ Left / Right Arrow

In Win:
ctrl+ alt+ Left / Right Arrow

Also, the keyboard shortcut command+ E can show you recent files, which is also convenient.



0


source







All Articles