From aa2206861c57f1a3af13fb810d1913e75e26dc59 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 10 Nov 2020 17:12:04 +0100 Subject: [PATCH] Add R5RS tmux script --- .bin/r5rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bin/r5rs b/.bin/r5rs index cb374c1..2285707 100755 --- a/.bin/r5rs +++ b/.bin/r5rs @@ -6,6 +6,4 @@ tmux attach-session -t $session || tmux new-session -s $session \; \ split-window -h -t $session \; \ send-keys -t 0 "vim" 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