Layout
A powerful plugin to split window like tmux for Sublime Text 3, highly inspired by Origami.

What can it do?
- Split, resize, destory pane, and move between panes (Yes, same as tmux!)
- Carry or clone current file to pane
- Undo and redo your layout
- Save current layout
- Load layout from file
Installation
Use Package Control :)
Usage
Split pane
| Shortcuts Key | Command | 
| Ctrl+WShift+\ | Split vertically | 
| Ctrl+W- | Split horizontally | 
| Ctrl+W3 | Split to 3 panes | 
| Ctrl+W4 | Split to 4 panes | 
| Ctrl+W1 | Merge to 1 pane | 
| Ctrl+WX | Destory current pane | 
Move between panes
| Shortcuts Key | Command | 
| Ctrl+WH | Move to left pane | 
| Ctrl+WL | Move to right pane | 
| Ctrl+WK | Move to up pane | 
| Ctrl+WJ | Move to down pane | 
| Ctrl+WTab | Move between panes | 
Resize pane
| Shortcuts Key | Command | 
| Alt+H | Increase pane toward left | 
| Alt+L | Increase pane toward right | 
| Alt+K | Increase pane toward up | 
| Alt+J | Increase pane toward down | 
You can hold Alt key and press down another key to repeat the command.
Carry file to pane
| Shortcuts Key | Command | 
| Ctrl+WShift+H | Carry file to left pane | 
| Ctrl+WShift+L | Carry file to right pane | 
| Ctrl+WShift+K | Carry file to up pane | 
| Ctrl+WShift+J | Carry file to down pane | 
| Ctrl+WCtrl+H | Clone file to left pane | 
| Ctrl+WCtrl+L | Clone file to right pane | 
| Ctrl+WCtrl+K | Clone file to up pane | 
| Ctrl+WCtrl+J | Clone file to down pane | 
Advance commands
| Shortcuts Key | Command | 
| Ctrl+WS | Save current layout to default file | 
| Ctrl+WO | Load layout from default file | 
| Ctrl+WShift+S | Save current layout to specific file | 
| Ctrl+WShift+R | Redo layout | 
| Ctrl+WShift+Z | Undo layout | 
License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004
 Copyright (C) 2016 Loggerhead <i@loggerhead.me>
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.
            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  0. You just DO WHAT THE FUCK YOU WANT TO.