What is the shortcut to split editor window?

Intellij Idea

Intellij Idea Problem Overview


Is there a way to split your window vertically with a keyboard shortcut?

Right now I have to Ctrl+Shift+A and choose split vertically.

There is no mention of a shortcut here: Splitting and Unsplitting Editor Window

Intellij Idea Solutions


Solution 1 - Intellij Idea

File->Settings->Appearance & Behavior->Keymap Search for Split Then you may define your own keyboard shortcut.

enter image description here

Solution 2 - Intellij Idea

For IntelliJ 2020.3 (Mac) the command is now called Split-Right. Context-Click on a tab and Split-right will create a new window to the right.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEric FrancisView Question on Stackoverflow
Solution 1 - Intellij IdeaTravisView Answer on Stackoverflow
Solution 2 - Intellij IdeapaiegoView Answer on Stackoverflow