Preferences > Browse Packages...move_tab 的資料夾,並將 res/move_tab/ 的內容複製進去修改 Key Bindings
preferences > Key Bindings - User加入以下指令
{"keys": ["super+alt+shift+left"], "command": "move_tab", "args": { "position": "-1" }},
{"keys": ["super+alt+shift+right"], "command": "move_tab", "args": { "position": "+1" }}
以上參考 SublimeText/MoveTab