microsoft / microsoft/terminal

Split panes equally in size

Open
#6,002 18 comments 30 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-UserInterface Issue-Feature Product-Terminal
Dominant language
C++
Stars
105k
Forks
9.6k
Avg merge
3d 17h
Merged PRs (30d)
29

Description

Description of the new feature/enhancement

When splitting twice into three panes, I would like the option to split by parent equally.

Instead of:

+-------+---+---+
|       |   |   |
+-------+---+---+

Ideally it would be like this:

+----+----+----+
|    |    |    |
+----+----+----+

Coming from iTerm this makes much more sense to me.

When splitting vertically within a horizontal pane, it would work in the same fashion.

This could be a new shortcut that when splitting, e.g. "split horizontally and keep parent" where all children are resized when a new child is added or removed. (I don't how how it currently works internally, so I'm guessing here.)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the issue. Start by locating Windows Terminal’s existing pane-splitting and resizing behavior, then determine how parent splits should distribute space when a child is added or removed. Done means an available split option produces equal-sized panes in both orientations.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli, desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.