This configuration is a DokaDev override and reinterpretation of the Tmux Dracula theme, tailored for modern tmux clients.
The default prefix key is
C-t(C-bis unbound).
- Reload config:
Prefix + r - Open current pane path (macOS):
Prefix + o(opens in Finder) - Close all other panes:
Prefix + e - Rename pane title:
Prefix + T - Toggle pane title display:
Prefix + B - Create a new window:
Prefix + c - Rename current window:
Prefix + ,
- Move up:
Prefix + k - Move down:
Prefix + j - Move left:
Prefix + h - Move right:
Prefix + l - List windows:
Prefix + w
- Up by 5 lines:
Prefix + C-k - Down by 5 lines:
Prefix + C-j - Left by 5 columns:
Prefix + C-h - Right by 5 columns:
Prefix + C-l
- Swap with previous window + move to it:
C-S-Left - Swap with next window + move to it:
C-S-Right
- lazygit popup:
Prefix + g(runs in the current path)
- Dracula-inspired statusline styling: Dracula palette, window formats, and pane title styling are baked into the statusline.
- Weather display: Right side of the statusline shows wttr.in weather and temperature; falls back to
Weather Unavailableon failure. - Pane title behaviour: Active/inactive pane colours are distinct and the default title shows the current path.
- macOS clipboard integration: Uses
reattach-to-user-namespacefor tmux clipboard compatibility. - lazygit popup launcher: Opens lazygit in a tmux popup window.
- tmux zsh alias helper:
install_alias.shappends tmux aliases to your.zshrc.