Split editor tabs but don't duplicate file?

Say I open 2 files, index.html and styles.css, now I want to split screen these so I can see them both at the same time.

When I do "Split Vertically" I am now left with 3 tabs:  index.html | styles.css on the left and styles.css on the right and styles.css on the right is now the active tab

Is there a way to tell intellij to just take the active tab and move it to the new split automatically?

3 comments
Comment actions Permalink

These actions will be available in IntelliJ IDEA 13.1
5R1zhjc.png

0
Comment actions Permalink

Thanks for the reply Konstantin, looking forward to the release.

Do you know if the default behavior of "Split Vertically" will remain the same?  Using my example of index.html + styles.css open in 1 window, "Split Vertically" results in index.html + styles.css on the left and styles.css duplicated on the right?

Going to assume so.. if there a way to macro/chain commands?  For example $keyboard_shortcut = "Split Vertically" & "Move Right"

0
Comment actions Permalink
if there a way to macro/chain commands?

1) Edit | Macros | Start Macro Recording
2) Settings | Keymap | Macros

0

Please sign in to leave a comment.