You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
759 B
23 lines
759 B
2 years ago
|
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 |
|
||
|
|-----------------|------------------------------|
|
||
|
|
||
|
|