mikinw / TabMover

IntelliJ Idea plugin with which you can move and arrange Editor tabs (even between different IntelliJ windows on multiple monitors). If you find this plugin useful, please consider inviting me for a beer. I develop this plugin in my free time and I'm more motivated when I have a beer on desk: http://PayPal.Me/mnwDevelopment/ Thank you!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TabMover

JetBrains plugins

IntelliJ Idea plugin with which you can move and rearrange Editor tabs (even between different IntelliJ windows on multiple monitors).

Default shortcuts, but I recommend checking them with your current keymap:

  • Control+Alt+Shift+Left to move tab left;
  • Control+Alt+Shift+Right to move tab right;
  • Control+Alt+Shift+Up to make tab first;
  • Control+Alt+Shift+Down to make tab last;
  • no default keystroke to move tab to previous splitter (tabgroup) within the same window;
  • no default keystroke to make tab to next splitter (tabgroup) within the same window;
  • Control+Alt+Shift+PageUp to move tab to previous splitter or window (depending on which comes first);
  • Control+Alt+Shift+PageDown to make tab to next splitter or window (depending on which comes first);
  • Control+Alt+Shift+OpenBracket to focus previous splitter or window (depending on which comes first);
  • Control+Alt+Shift+CloseBracket to focus next splitter or window (depending on which comes first);
  • Control+Alt+Shift+D to open a new window with the current tab;
  • Control+Alt+Shift+P,P to move all pinned tabs to the beginning of the tablist;
  • Control+Alt+Shift+P,T to pin all tabs that are not pinned. Or if all tabs are pinned, unpin all;
  • Alt+Shift+T show action popup with possible actions;

The plugin is open source (LGPL).

If you find this plugin useful, please consider inviting me for a beer. I develop this plugin in my free time and I'm more motivated when I have a beer on desk :-)

http://PayPal.Me/mnwDevelopment/

Versions:

  • 1.4 - make actions dumb aware
  • 1.3 - pin all tabs, move pinned tabs to start, action popup
  • 1.2 - move tab to new window
  • 1.1 - move tab to next splitter or next window
  • 1.1 - focus next window

About

IntelliJ Idea plugin with which you can move and arrange Editor tabs (even between different IntelliJ windows on multiple monitors). If you find this plugin useful, please consider inviting me for a beer. I develop this plugin in my free time and I'm more motivated when I have a beer on desk: http://PayPal.Me/mnwDevelopment/ Thank you!


Languages

Language:Java 96.0%Language:Kotlin 4.0%