shell-whiz-toolkit/tmux
2024-10-16 14:34:03 +09:00
..
tmux-config add things resources from the last 5 years over machines 2024-10-15 09:59:09 +09:00
README.md move shell scripts and zsh and add fav vscode themes 2024-10-16 14:34:03 +09:00
tmux.conf add things resources from the last 5 years over machines 2024-10-15 09:59:09 +09:00

basic tmux usage


  • starting a new (named session):
tmux new -s my_session

  • detach the session with Ctrl-b + d.

  • list sessions with:
tmux ls

  • re-attach a session:
tmux attach-session -t my_session

  • reload a tmux config file:
tmux source-file ~/.tmux.conf

  • kill tmux
tmux kill-server