start new:
tmux
start new with session name:
tmux new -s myname
I use PlantUML a lot. It's what I use for drawing all sorts of diagrams and it's handy because of its easy markup (once you get used to it) while making things easy to maintain as projects grow (thanks to version control)
This gist explains how I do my PlantUML workspace in a project.
globals directory for all diagrams to follow (like the "stylesheet" below) to keep things consistent.stylesheet.iuml file that keeps the use of colors consistent through use of basic FOREGROUND, BACKGROUND and ACCENT colors.style-presets.iuml file defines these colors so you can make "presets" or "themes" out of them.stylesheet.iuml, you'll need the Roboto Condensed and Inconsolata fonts for these to work properly.example-sequence.puml for example: https://imgur.com/Klk3w2F