diff options
-rw-r--r-- | tmux.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..eaae103 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,8 @@ +rename-session "colonial" +rename-window "main0" +split-window -h -l 60 +send-keys 'find . -name \*.rb | entr ./check' Enter +select-pane -t 1 +split-window -v -l 15 +send-keys './run' Enter +select-pane -t 1 |