My Tmux Memo
My Tmux
Tmux Memo
- create a session
1 |
|
- enter a session
1 |
|
-
create a new window inside a session:
Ctrl b
+c
-
switching between windows
Ctrl b
+<number>
(The number of the window)Ctrl b
+n
: switch to the next windowCtrl b
+p
: switch to the previous window
-
show all the windows:
Ctrl b
+w
TmuxMaster?
It is on the way…
My Tmux Memo
https://xiyuanyang-code.github.io/posts/My-Tmux-Memo/