mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 10:45:06 +02:00
Fix terminal commands
Header syntax has been corrected
This commit is contained in:
@@ -14,9 +14,9 @@ from a screen and continue running in the background, then later reattached.
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# We’ll start off with managing tmux from a terminal:
|
|
||||||
|
|
||||||
tmux
|
tmux [command] # Run a command
|
||||||
|
# 'tmux' with no commands will create a new session
|
||||||
|
|
||||||
new # Create a new session
|
new # Create a new session
|
||||||
-s "Session" # Create named session
|
-s "Session" # Create named session
|
||||||
|
Reference in New Issue
Block a user