Last active
July 3, 2019 10:13
-
-
Save NrI3/ef3fe66cd22a1049acc7f5359a8e8abe to your computer and use it in GitHub Desktop.
tmux terminal linux
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
| # install | |
| sudo apt-get install tmux | |
| # Use | |
| # New terminal | |
| ctrl + b , c | |
| # New column | |
| ctrl + b , " | |
| # New Row | |
| ctrl + b , % | |
| # Go to rigth | |
| ctrl + b , > | |
| # Go to left | |
| ctrl + b , < | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment