git.fiddlerwoaroof.com
Raw Blame History
vspf() {
  tmux split-window -h "$*"
}
vsp() {
  tmux split-window -d -h "$*"
}