Padova · IT
● EVERGREEN NOTE dotfiles

Tmuxinator Config

YAML-defined tmux project layouts.

YAML-defined tmux project layouts. mux <name> to start.

Projects

Projects are defined by YAML manifests that automate workspace orchestration.

File pattern

~/.config/tmuxinator/<name>.yml

Skeleton

name: project
root: ~/path
windows:
  - editor:
      layout: main-vertical
      panes:
        - nvim
        - <run-command>