tmux Rules
Terminal multiplexer for managing multiple sessions, windows, and panes. Persist work across disconnections.
3 rules
tmux.conf Configuration Standards
Beginner
Enforce organized tmux.conf structure with logical sections, sensible defaults, consistent keybindings, and proper plugin initialization order.
globs: **/.tmux.conf, **/tmux.conf, **/.tmux/**
tmux-conf, configuration, standards, organization
View Rule
Tmux Keybinding Conventions
Beginner
Standards for tmux key bindings — consistent split keys, vi-style pane navigation, current-path preservation, and ergonomic prefix key selection.
globs: **/.tmux.conf, **/tmux.conf
keybindings, vi-style, pane-navigation, ergonomics
View Rule
Tmux Session & Window Naming
Beginner
Enforce descriptive naming for tmux sessions and windows — project-based sessions, purpose-driven window names, and automatic renaming policies.
globs: **/.tmux.conf, **/tmux.conf, **/.tmuxinator/**
naming, sessions, windows, organization
View Rule