Skip to content

feat(tmux): add 3-pane split layout template#5

Merged
merlinsbeard merged 4 commits into
mainfrom
feat/tmux-3-pane-layout
Feb 19, 2026
Merged

feat(tmux): add 3-pane split layout template#5
merlinsbeard merged 4 commits into
mainfrom
feat/tmux-3-pane-layout

Conversation

@merlinsbeard

@merlinsbeard merlinsbeard commented Feb 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add new tmux keybinding prefix + G (Shift+G) for a 3-pane split layout
  • Fix tmux deploy path from ~/.tmux.conf to ~/.config/tmux/tmux.conf
  • Increase tmux history limit to 1M lines

Layout (prefix + G)

|  70%   | 30% |   <- 75% height
|        |     |
|--------|-----|
|    100%      |   <- 25% height
|--------------|

Focus lands on the top-left (main) pane after creation.

Changes

  • tmux.conf: Add bind-key G with resize-pane for accurate percentages
  • tmux.conf: Add set -g history-limit 1000000
  • cmd/deploy/main.go: Update tmux dest to ~/.config/tmux/tmux.conf
  • deploy.sh: Update tmux path in backup, check, and deploy logic

Usage

Press Ctrl-a + G to create the 3-pane layout.

@merlinsbeard
merlinsbeard merged commit 666390b into main Feb 19, 2026
4 checks passed
@merlinsbeard
merlinsbeard deleted the feat/tmux-3-pane-layout branch February 19, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant