My Tmux Memo

My Tmux

Tmux Memo

  • create a session
1
tmux new -s project-1
  • enter a session
1
tmux attach -t project-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 window
    • Ctrl 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/
Author
Xiyuan Yang
Posted on
September 7, 2025
Updated on
September 8, 2025
Licensed under