1
votes

I am in the process of migrating from Sublime Text 3 to PhpStorm and want to replicate as many of my old keyboard shortcuts as possible.

One that I used in ST3 with the aid of a plugin was the ability to shuffle my open tabs around with a keyboard shortcut (Ctrl + Shift + PageUp/PageDown) to nudge the currently open tab left or right.

PhpStorm allows tabs to be manually reordered by dragging and dropping with the mouse, but as far as I can see, there is no any relevant command in the keymap settings.

Anyone know if this is achievable?

1

1 Answers

1
votes

There are few tickets on "activate/move editor tabs with keyboard only" subject. For example:


AFAIK there is no built-in functionality that can do it .. but it can be done by some plugins.

"A move tab left and right using the keyboard plugin - by momomo" -- sounds like exact match (have not tested myself).


Related plugins:

  • GoToTabs plugin -- for activating specific editor tab (first 10 tabs) just like in Chrome/Firefox browsers (e.g. Ctrl + 1)
  • Close Editor Tabs Left Right
  • Tab Shifter