Shortcut To Update A tmux Window Pane From The Command Line

Code
function tt () {
  tmux select-pane -T "$*"
}