microsoft/Terminal

Add support for rotating panes around in the window, without changing the layout

Open

#10,757 创建于 2021年7月22日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)C++ (3,212 fork)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

In tmux it's possible to move/swap opened panes in different ways.

Moving panes around in tmux:

C-a C-o        rotate window ‘up’ (i.e. move all panes)
C-a M-o        rotate window ‘down’

https://man7.org/linux/man-pages/man1/tmux.1.html:

     rotate-window [-DUZ] [-t target-window]
                   (alias: rotatew)
             Rotate the positions of the panes within a window, either
             upward (numerically lower) with -U or downward (numerically
             higher).  -Z keeps the window zoomed if it was zoomed.

From @kostrse in #4922

贡献者指南