Skip to content

Instantly share code, notes, and snippets.

@sloat
Created April 25, 2016 14:17
Show Gist options
  • Save sloat/322fa0c44b7096c61be819d2a77b66df to your computer and use it in GitHub Desktop.
Save sloat/322fa0c44b7096c61be819d2a77b66df to your computer and use it in GitHub Desktop.
#!/bin/zsh
TARGET=$(tmux new-window -P)
tmux split-window -t $TARGET -hb -c "#{pane_current_path}"
tmux split-window -t $TARGET -v -c "#{pane_current_path}"
tmux resize-pane -t $TARGET -R 15
tmux select-pane -t $TARGET -L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment