tmux-cluster
tmux-cluster copied to clipboard
tmux layout options
I know that Control-Space cycles through layouts in tmux, but it's not as useful as a simple switch.
This pull request adds -H
for even horizontal layout, -V
for even vertical, or -l LAYOUT
to specify any other layout.
I used capital letters not to conflict with -h
for the usage help.