start new:
tmux
start new with session name:
tmux new -s myname
| /** | |
| * Advanced Window Snap (Extended | |
| * Snaps the Active Window to one of nine different window positions. | |
| * | |
| * @Editing author Jarrett Urech | |
| * @Original author Andrew Moore <andrew+github@awmoore.com> | |
| * @version 2.1 | |
| * | |
| **/ |
| /** | |
| * Advanced Window Snap | |
| * Snaps the Active Window to one of nine different window positions. | |
| * | |
| * @author Andrew Moore <andrew+github@awmoore.com> | |
| * @version 1.0 | |
| */ | |
| /** | |
| * SnapActiveWindow resizes and moves (snaps) the active window to a given position. |