Last active
January 7, 2019 07:39
-
-
Save NilashishC/5800907d9b2d8358f2c667191b0f2f8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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