Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the equivalent of Alt-left/right arrow key like Eclipse in IntelilJ?

In Eclipse you can use alt+<- or -> to move between places you were. What is the equivalent in Intellij?

like image 773
Steven Avatar asked Sep 18 '15 23:09

Steven


People also ask

How do I act like an Eclipse in IntelliJ?

If you go to File -> Settings -> Keymap you can choose Eclipse from the dropdown list.

Can we use Eclipse shortcuts in IntelliJ?

IntelliJ IDEA automatically suggests a predefined keymap based on your environment. Make sure that it matches the OS you are using or select the one that matches shortcuts from another IDE or editor you are used to (for example, Eclipse or NetBeans).

What does Alt Ctrl right arrow do?

The hotkeys Ctrl + Alt + Left Arrow and Ctrl + Alt + Right Arrow are eaten up by the Remote Desktop Client. Their only effect is to switch you to back to the host computer. It looks like this was some intended feature that was never fully programmed and completed, but there is no way to turn it off.

What Ctrl Alt left arrow do?

There are 4 main Windows 10 rotate screen shortcuts: Ctrl + Alt + Up Arrow keys: rotate the screen horizontally (landscape mode) Ctrl + Alt + Down arrow key: rotate the screen upside down (landscape flipped) Ctrl + Alt + Left arrow key: rotate the screen in 90 degrees left (portrait mode)


2 Answers

It is Ctrl+Alt+ and Ctrl+Alt+. See this help page.

like image 191
Stefan Dollase Avatar answered Sep 19 '22 13:09

Stefan Dollase


I confirmed it's ++() on Mac OS X.
Command + Option + Left(Right)

Just for additional information.

like image 40
Hashim Otto Avatar answered Sep 21 '22 13:09

Hashim Otto