warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.5k stars 376 forks source link

Shortcut to transpose panes #5494

Open davidhasegawa-bc opened 4 days ago

davidhasegawa-bc commented 4 days ago

Dupe Check

Describe the solution you'd like?

I would like a keyboard shortcut to transpose the panes, for when I move Warp between a horizontal and vertical monitor and vice versa. E.g.

-----------------------
|          1          |
|                     |
-----------------------
|     2    |     3    |
|          |          |
-----------------------

turns into

-----------------------
|          |     2    |
|          |          |
|     1    |----------|
|          |     3    |
|          |          |
-----------------------

Is your feature request related to a problem? Please describe.

I often move between my personal desk (where I have a vertical monitor) and my laptop screen or other desks located near hardware I need to use (which have horizontal monitors). When I have many split panes and I need to transition between a vertical and horizontal monitor, it's a hassle rearranging everything.

Additional context

No response

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

dannyneira commented 1 hour ago

Thanks for this feature request @davidhasegawa-bc! Currently, the only way to move panes around and rearrange is by mouse. I see how it may be helpful to do this with a kb shortcut.

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.