Add R5RS tmux script

master
Hektor Misplon 2020-11-10 17:12:04 +01:00
parent 9107a5ca4a
commit aa2206861c
1 changed files with 0 additions and 2 deletions

View File

@ -6,6 +6,4 @@ tmux attach-session -t $session || tmux new-session -s $session \; \
split-window -h -t $session \; \ split-window -h -t $session \; \
send-keys -t 0 "vim" C-m \; \ send-keys -t 0 "vim" C-m \; \
send-keys -t 1 "plt-r5rs --no-prim" C-m \; \ send-keys -t 1 "plt-r5rs --no-prim" C-m \; \
resize-pane -t 1 -x 100 \; \
resize-pane -t 0 -x 125 \; \
select-pane -t 0 select-pane -t 0