Tmux Aliases
Short tmux commands.
This page introduces one alias group and its common command shortcuts. Read it first to understand naming conventions, expected inputs, and safe execution patterns. Then open the reference appendix for the complete command inventory and exact syntax. These aliases reduce repeated typing and preserve consistent workflow behavior on macOS, Linux, and WSL.
When to use
Use this page before daily shell work when you need predictable command patterns.
What is included
- Aliases: 11
- Helper functions: 1
- Source files: 1
Quick examples
tma→'tmux attach-session' # Attach to last sessiontmat→'tmux attach-session -t' # Attach to specific sessiontmi→'tmux info' # Show tmux infotmka→'tmux kill-server' # Kill all sessions (server)tmks→'tmux kill-session -a' # Kill all sessions except currenttml→'tmux list-sessions' # List all sessionstmlp→'tmux list-panes' # List panestmls→'tmux list-windows' # List windowstmn→'tmux new-session' # New unnamed sessiontmr→'tmux source ~/.dotfiles/lib/configurations/tmux/tmux' # Reload configtms→'tmux new-session -s' # New named session
Next step
Open the full list: