home
~
projects
~
socials
Shortcut To Update A tmux Window Pane From The Command Line
function tt () {
tmux select-pane -T "$*"
}
-- end of line --