Home > OS >  Short cut for moving tabs in IntelliJ IDEA
Short cut for moving tabs in IntelliJ IDEA

Time:12-18

Is there a shortcut for moving an editor tab to right/left in IntelliJ IDEA like you can do with chrome tabs via ctrl shift [PgUp/PgDown]?

If not, is there a way to achieve this via macros?

CodePudding user response:

You can use the TabMover plugin for this. I have not tried this myself, but by it description it seems that it would work for you.

  • Related