Skip to content

Instantly share code, notes, and snippets.

@armcknight
Created January 8, 2026 00:36
Show Gist options
  • Select an option

  • Save armcknight/5957c1723bfe08d11fedf66fdb953cea to your computer and use it in GitHub Desktop.

Select an option

Save armcknight/5957c1723bfe08d11fedf66fdb953cea to your computer and use it in GitHub Desktop.
LLM Tmuxinator config
name: dev
root: <%= Dir.pwd %>
enable_pane_titles: true
windows:
- <%= "#{Dir.pwd.split('/').last} - #{`git branch --show-current`.strip.gsub('/', '-')}" %>:
layout: main-vertical-mirrored
panes:
- claude:
- claude --continue || claude
- emacs:
- emacs --eval "(magit-status)"
- shell:
- tmux resize-pane -t 0 -x 50%
- tmux resize-pane -t 1 -x 50%
- tmux resize-pane -t 1 -y 75%
- tmux resize-pane -t 2 -y 25%
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment