Sojourner: Simplify

This commit is contained in:
niblock 2017-07-28 18:41:20 -04:00
parent c83bd8a0bf
commit 6280ad86b1

View file

@ -10,17 +10,9 @@ then
# Create a new session named Sojourner
tmux new-session -s Sojourner -d -c ~/
# Window 1: Triple-pane, top-left is Vim
tmux split-window -t Sojourner -v -c ~/
tmux split-window -t Sojourner:1.1 -h -c ~/
tmux resize-pane -t Sojourner:1.1 -x 85
tmux resize-pane -t Sojourner:1.2 -y 10
tmux send-keys -t Sojourner:1.1 'vim' C-m
# Window 2: 4-pane, main-vertical layout
tmux new-window -c ~/
tmux split-window -t Sojourner:2.1 -h -c ~/
tmux split-window -t Sojourner:2.1 -h -c ~/
tmux split-window -t Sojourner:2.1 -h -c ~/
tmux select-layout -t Sojourner:2 main-vertical
# Window 3: Single, full-size pane
tmux new-window -c ~/
# Focus on the first window, first pane