Shortcut To Update A tmux Window Pane From The Command Line

August 2023
function tt () {
  tmux select-pane -T "$*"
}
end of line