fix tmux session 10
This commit is contained in:
parent
461f6c023d
commit
b34161c811
@ -9,5 +9,5 @@ WORKING_PROJECT="$(mktemp -d)"
|
|||||||
|
|
||||||
tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT"
|
tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT"
|
||||||
tmux switch-client -t "$SESSION"
|
tmux switch-client -t "$SESSION"
|
||||||
tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_new_pane_size" -c '#{pane_current_path}'
|
tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_other_pane_size" -c '#{pane_current_path}'
|
||||||
tmux send-keys -t "$SESSION:$MAINW.1" 'git clone .' Left Left
|
tmux send-keys -t "$SESSION:$MAINW.1" 'git clone .' Left Left
|
||||||
Loading…
x
Reference in New Issue
Block a user