+1
Move view command
I checked the API reference and there seems to be no command to move a view's position in the tabs bar. Maybe I just missed it (it's being done by a mouse drag after all...) but if it isn't available yet I would like to request for its addition. I find it more convenient to use Cmd + Shift + { or } to move around the tabs and Cmd + Shift + Left or Right (the keyboard binding I would probably use) to move the tabs' position.
Customer support service by UserEcho
1) In Preferences -> Key Bindings (User), add this:
Inside of the top-level square brackets ([ ]) in the file.
2) Create a folder and file like so:
~/.config/sublime-text-2/Packages/Ola/move_view.py and fill with this contents:
Guaranteed not bug free.
I've been trying to figure how to do this, thanks for the snippet.