tmux - RicoJia/notes GitHub Wiki

  1. Basics
  • another pane: ctrl+b+%, c-b-" for pane on the bottom
  1. Nav: ctrl + b + arrows
  2. exit exit,
  3. c-b c creates a new window, c-b 0 goes to the first window
  4. rename window for more info: c-b ,
  5. session: if you drop connection, the session is still alive! - tmux -d is to detach a window - tmux ls can see which tmux windows are running - tmux attach -t 0 go back to the window #1 - tmux new -s docker create a new session called docker - tmux kill-session -t docker, kill the window called docker
⚠️ **GitHub.com Fallback** ⚠️