Skip to content

Instantly share code, notes, and snippets.

@NilashishC
Last active January 7, 2019 07:39
Show Gist options
  • Save NilashishC/5800907d9b2d8358f2c667191b0f2f8f to your computer and use it in GitHub Desktop.
Save NilashishC/5800907d9b2d8358f2c667191b0f2f8f to your computer and use it in GitHub Desktop.
tmux new -s <session-name>
New window: C-b + c
Splits: C-b % and C-b "
Change Windows: C-b + w (Or, C-b + p)
Exit from a session: C-b + d
Attach to a session: tmux a -t <session-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment