Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple panes for Middle Wide Layout #705

Merged

Conversation

Ked-Ki
Copy link
Contributor

@Ked-Ki Ked-Ki commented Apr 23, 2018

Previously, the Middle Wide Layout did not respond to the increase/decrease main pane count shortcuts. Now it does, so if the screen currently looks like this:

+-----+---------------+-----+
|     |               |     |
|  1  |               |  3  |
|     |               |     |
+-----+       0       +-----+
|     |               |     |
|  2  |               |  4  |
|     |               |     |
+-----+---------------+-----+

You can then push the "increase main pane count" shortcut, and it changes to this:

+-----+---------------+-----+
|     |               |     |
|  2  |       0       |     |
|     |               |     |
+-----+---------------+  4  |
|     |               |     |
|  3  |       1       |     |
|     |               |     |
+-----+---------------+-----+

@ianyh
Copy link
Owner

ianyh commented May 5, 2018

Cool!

@ianyh ianyh merged commit 97af016 into ianyh:development May 5, 2018
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.

None yet

2 participants