commit 63a9d63079186b58bfec354329d080353f6b5368
parent d018b6f54418b6f56d30d5f31f43978511437ced
Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 11 Sep 2017 09:14:54 -0400
add window with manuscript
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh
@@ -46,6 +46,11 @@ then
tmux select-pane -t $SESSION:4.1
tmux send-keys -t $SESSION \
'sshfs ad@idkfa.ucsd.edu:/home/ad ~/idkfa && ~/bin/idkfa-ssh' C-m
+
+ tmux new-window -t $SESSION -n james
+ tmux select-pane -t $SESSION:5.1
+ tmux send-keys -t $SESSION \
+ 'cd ~/articles/own/6-james/james-rev0 && git pull && make edit' C-m
fi
#tmux select-layout tiled