dkandalov / tab-shifter

Plugin for IntelliJ IDEA to move and split editor tabs
https://plugins.jetbrains.com/plugin/7475
169 stars 12 forks source link

move tab to new window #5

Open maiermic opened 8 years ago

maiermic commented 8 years ago

I work with two monitors. It would be great to move a tab to a new window (per keyboard shortcut). Thus, I can move the window (with a system keyboard shortcut) to my second monitor.

tlegutko commented 7 years ago

I'd also like this feature very much :).

Something similar is possible by default with Shift-F4 shortcut - it duplicates current tab to new window - it can be easily remapped, action is called Open source in new window. image The downside is of course that it duplicates current pane instead of moving it.