Skip to main content

🗓️ 19102024 1034
📎 #config

tmux

SHORTCUTS

PREFIX: ctrl + b - start of all commands

Plugins (TPM)

  • I - update plugins
  • U - update plugins

Other commands

  • : - Trigger commandline

Split commands

  • " - Splits screen horizontally
  • % - Splits screen vertically
  • x - Kills split
  • 'ARROW_KEYS' - Moving across panes

Window commands (Group of splits)

  • ${NUMBER} - Jumps to specified window
  • p / n - Previous / next window

Session commands (Group of windows)

  • s - List of sessions
  • (/) - Previous / next session

CMDLINE

  • tmux ls - view list of sessions
  • tmux attach -t ${session} - attach to a specific session
  • tmux detach - detaches session from terminal

Setup


References

  • ChatGPT