Tmux configuration — keybindings, status bar, plugins
| docs | ||
| .tmux-battery.conf | ||
| .tmux.conf | ||
| README.md | ||
tmux-custom
Personal tmux configuration. Symlinked to ~/.tmux.conf -- edit here, reload there.
Setup
# Symlink config
ln -s ~/tmux-custom/.tmux.conf ~/.tmux.conf
# Install TPM (plugin manager)
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Reload and install plugins
tmux source ~/.tmux.conf # then prefix + I inside tmux
Docs
- Session Management -- navigating, creating, switching, and persisting sessions
- Plugins -- what each plugin does, keybindings, and config overrides
- Config Reference -- annotated walk-through of .tmux.conf
Features
- Mouse support with drag-to-reorder windows
- Clickable session name in status bar
- Vi mode copy with OS-aware clipboard (macOS/X11/WSL2)
- Session persistence across reboots (resurrect + continuum)
- Catppuccin theme with prefix highlight
- Cross-platform detection (no manual config per machine)
- New panes/windows inherit current working directory
- Auto-rebalance panes on split/close