{{ score }}
  # remember that most things you want to do in tmux are not calling tmux from the cli
# but, rather, Control-b then some other keystroke while running the multipane tmux
C-b, c	#new window
C-b, [	#copy
C-b, =	#paste from recent
C-b, ]	#paste most recent
C-b, %	#split panes
C-b, w	#switch to another window
C-b, q	#switch to another pane
C-b, x	#kill this pane
C-b, :quit	#kill this pain