Created
October 28, 2022 00:49
-
-
Save GitHub30/de1aa8ac16e6243a732d3ba6aa392dd1 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
sudo apt install -y tmux | |
# new session | |
tmux | |
# attach session | |
tmux a | |
# detach | |
Ctrl+b d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment