Skip to content

Tmux Reference Appendix

Source files

  • .chezmoitemplates/aliases/tmux/tmux.aliases.sh

Alias reference

AliasCommand
tma'tmux attach-session' # Attach to last session
tmat'tmux attach-session -t' # Attach to specific session
tmi'tmux info' # Show tmux info
tmka'tmux kill-server' # Kill all sessions (server)
tmks'tmux kill-session -a' # Kill all sessions except current
tml'tmux list-sessions' # List all sessions
tmlp'tmux list-panes' # List panes
tmls'tmux list-windows' # List windows
tmn'tmux new-session' # New unnamed session
tmr'tmux source ~/.dotfiles/lib/configurations/tmux/tmux' # Reload config
tms'tmux new-session -s' # New named session

Helper functions

  • tm()

Validation

  • Run chezmoi apply after alias updates.
  • Run dot doctor to validate your shell state.