Comment 5 for bug 2066914

Revision history for this message
Dom Delnano (ddelnano) wrote :

Sorry for the late reply. I'm creating the panes through the following commands:
- split-window -c '#{pane_current_path}'
- split-window -h -c '#{pane_current_path}'
- split-window -h -c '#{pane_current_path}'

It's worth noting that I usually replicate the session pane configuration above once per code repository. I'm connecting to the tmux server by ssh'ing to the GCE instance and running `tmux attach`. I've attached my tmux.conf file as well.