Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Created July 7, 2021 03:22
Show Gist options
  • Save jyhsu2000/2593cc9a03a8858ff4074a3b556e82b1 to your computer and use it in GitHub Desktop.
Save jyhsu2000/2593cc9a03a8858ff4074a3b556e82b1 to your computer and use it in GitHub Desktop.
tmux start command
# Start session and run htop and nvtop
tmux new-session \; splitw -v -p 50 'htop' \; selectp -t 1 \; splitw -h -p 50 'nvtop' \; selectp -t 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment