start new:
tmux
start new with session name:
tmux new -s myname
| /* Daniel Ott | |
| * entities.css | |
| * 31 January 2011 | |
| * | |
| * Adding arrows to thinks makes them more clickable. Right? | |
| * Use CSS's :after pseudo-selector to insert hexadecimal values | |
| * of html entities into the document. Less markup. More awesome. | |
| */ | |
| .add-an-arrow:after { |