sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
809 stars 39 forks source link

keyboard shortcuts to move tabs #2861

Open pdknsk opened 5 years ago

pdknsk commented 5 years ago

Tabs can be switched to with Ctrl+PgUp/PgDown. I want to request shortcuts to also move the focused tab. On Linux, this is supported by many other applications, like Chrome or the Terminal, with Ctrl+Shift+PgUp/PgDown.

keith-hall commented 5 years ago

this is possible with a plugin. In fact, someone has already created one with this functionality: https://packagecontrol.io/packages/MoveTab I guess its up to SublimeHQ to decide whether to provide these key bindings by default, but I say anything that can be implemented in a plugin leaves the core devs with less to maintain and more time to work on other things.