Add support for a keymap to maximize pane horizontally #38964
sviatoslav-hr
started this conversation in
Feature Requests
Replies: 1 comment
-
|
This would honestly be amazing! I really miss the maximize mode on vscode where on move to a pane it maximizes by default, currently i use toggle zoom but it's not quite the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently zed has a keymap to maximize pane:
But it only works vertically, meaning it only affects height of the pane. I think, most people split panes vertically, making this keymap not that useful.
It would be really nice to have a keymap to maximize pane horizontally. In vim the keymap is
ctrl-w |, so in the keymap settings it can look something like this:Note: I'm assuming this is just a missing feature, not a bug
If this gets an approval, but it's not a priority for zed team, I can try to contribute this myself.
Beta Was this translation helpful? Give feedback.
All reactions