git.fiddlerwoaroof.com
zsh_plugins/01_tmux.zsh
b998d0a6
 vspf() {
   tmux split-window -h "$*"
 }
 vsp() {
   tmux split-window -d -h "$*"
 }