Created
February 2, 2017 13:01
-
-
Save yoyozi/842e1aa048191cbe9962ed6dc5a9bb8d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ctrl - c create | |
ctl-p previous n next w list | |
tmux new -s name to create a new session to re-attach to in future | |
ctrl-b d detach from session | |
tmux list-sessions lists the sessions | |
tmux attach name attaches to the session | |
ctrl-b o moves to pane | |
ctrl-b " opens horizontally | |
ctrl-b % opens virtically |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment