Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,31 +1,31 @@
# tmux
> Multiplex several virtual consoles
> Multiplex several virtual consoles.
- Start a new tmux session
- Start a new tmux session:
`tmux`
- Start a new named tmux session
- Start a new named tmux session:
`tmux new -s {{name}}`
- List sessions
- List sessions:
`tmux ls`
- Attach to a session
- Attach to a session:
`tmux a`
- Attach to a named session
- Attach to a named session:
`tmux a -t {{name}}`
- Detach from session
- Detach from session:
`ctrl+b d`
- Kill session
- Kill session:
`tmux kill-session -t {{name}}`