Skip to content

Instantly share code, notes, and snippets.

@thierrymarianne
Forked from chanmix51/tmux.sh
Last active August 19, 2022 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thierrymarianne/8aec74fa67604e345fc34d31002e32cd to your computer and use it in GitHub Desktop.
Save thierrymarianne/8aec74fa67604e345fc34d31002e32cd to your computer and use it in GitHub Desktop.
running-commands-in-new-panes-windows-with-tmux.sh
function splitw() {
tmux split-window "$*";
}
function neww() {
tmux new-window "$*";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment