screen & tmux Memo
1 min readJun 21, 2017
screen使用&tmux使用
- INIT:
screen -S NAME
- EXIT:
ctrl+a ctrl+d
- REATTACH:
screen -r NAME
- DETACHE:
screen -rd NAME
- tmux
- `tmux new -s {name}`
- `tmux ls`
- `tmux a -t`
- `tmux kill-session -t`
- `c-b + [` for scrolling up and down, press `q` to exit
- `c-b + z` zoom in / out
- `c-b + o ` + num go to target pane
https://superuser.com/questions/209437/how-do-i-scroll-in-tmux