Skip to content

Commit

Permalink
fixed layout bug due select-pane
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Sep 13, 2012
1 parent 5221334 commit bd8e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmuxinator/assets/tmux_config.tmux
Expand Up @@ -21,9 +21,9 @@ tmux <%= socket %> new-window -t <%= window(i+1) %> -n <%=s tab.name %>
<% tab.panes.each do |pane| %>
tmux <%= socket %> splitw -t <%= window(i) %>
<%= send_keys(pane, i) %>
tmux <%= socket %> select-pane -t <%= window(i) %>.0
<% end %>
tmux <%= socket %> select-layout -t <%= window(i) %> <%=s tab.layout %>
tmux <%= socket %> select-pane -t <%= window(i) %>.0
<% end %>
<% end %>

Expand Down

0 comments on commit bd8e1a9

Please sign in to comment.