if [ ! '$TMUX' ]; then
	tmux
fi
tmux split-window -v -l 5 -c $PWD 'moonc -w -l .'
tmux select-pane -U
vim *.moon
