Skip to content

Add resize buttons to pane headers to grow/shrink panes #42

@brendandebeasi

Description

@brendandebeasi

Summary

Add up/down resize buttons to pane headers so users can grow or shrink individual panes directly from the header bar.

Current Behavior

Pane headers display the pane label/command but provide no way to resize panes. Users must use tmux keybindings or mouse drag to resize.

Desired Behavior

When a window has multiple panes, each pane header should include resize buttons:

  • [^] / [v] (or similar) to grow/shrink the pane vertically
  • Clicking the button runs the equivalent of tmux resize-pane -U / tmux resize-pane -D
  • Buttons only shown when there are 2+ panes (single pane has nothing to resize against)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions