23 lines
759 B
Markdown
23 lines
759 B
Markdown
A Cheatsheet Intro to Tmux
|
|
==========================
|
|
|
|
"Tmux Tutorial"
|
|
https://leimao.github.io/blog/Tmux-Tutorial/
|
|
|
|
|
|
Key shortcuts commands:
|
|
|
|
|-----------------|------------------------------|
|
|
| Ctrl+b c | Create a new shell (screen) |
|
|
| Ctrl+b d | Detach from the current tmux session |
|
|
|-----------------|------------------------------|
|
|
| Ctrl+b 0 | Switch to screen 0 |
|
|
| Ctrl+b 1 | Switch to screen 1 |
|
|
| ... | Switch to screen "n" |
|
|
| Ctrl+b 9 | Switch to screen 9 |
|
|
| Ctrl+b n | Switch to next screen (will wrap around from the last screen to screen 0) |
|
|
| Ctrl+b p | Switch to previous screen |
|
|
|-----------------|------------------------------|
|
|
|
|
|