Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ shortcut previous/next caret position windows

Just read blog http://hadihariri.com/2014/06/24/no-tabs-in-intellij-idea/ and there is mentioned

If you want to move back and forth between where you are and where you just were: Cmd+[ to go back and Cmd+] to go forward. Of course, if your current and previous position is in different files, it will also go back and forth between them.

I'm a Windows user and wish to use that function but never found this setting

like image 787
pbaranski Avatar asked Jul 25 '14 14:07

pbaranski


People also ask

What is Ctrl Shift O in IntelliJ?

In Eclipse, you press CTRL + SHIFT + O “Organize Imports” to import packages automatically. For IntelliJ IDEA, if you press CTRL + ALT + O “Optimize Imports”, it just removes some unused imports, never imports any package.

What is Ctrl Shift R in IntelliJ?

shift+F6. rename. ctrl+shift+r. ctrl+shift+N. find file / open resource.

How do I jump to the next line in IntelliJ?

There are shortcuts for this in IntelliJ IDEA! Simply hit Shift+Enter to start a new line below the current line or Ctrl+Alt+Enter (⌥⌘Enter on Mac) to start a new line above the current line.


1 Answers

According to this reference card from Jetbrains the default back/forward navigation shortcut in the Windows keymap is Ctrl+Alt+Left/Right arrows:

http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf

like image 151
Michael Avatar answered Oct 05 '22 10:10

Michael