Skip to content

Instantly share code, notes, and snippets.

@gcla
Created June 16, 2019 20:19
Show Gist options
  • Save gcla/e52ea391c4001cedcfa2cf22d124a750 to your computer and use it in GitHub Desktop.
Save gcla/e52ea391c4001cedcfa2cf22d124a750 to your computer and use it in GitHub Desktop.
tm.sh
#!/usr/bin/env bash
PANE="$1"
shift
tmux select-pane -t $PANE
"$@"
tmux select-pane -t $TMUX_PANE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment