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

Resize: Opposite of Smart #741

Closed
wesbos opened this issue Nov 22, 2024 · 2 comments
Closed

Resize: Opposite of Smart #741

wesbos opened this issue Nov 22, 2024 · 2 comments
Labels
feature-proposal A well defined feature proposal good-first-issue Easy to fix issues. Good for newcomers

Comments

@wesbos
Copy link
Contributor

wesbos commented Nov 22, 2024

Adding resizing shortcuts, I really like the smart resize option that will pick width or height depending on layout:

Finding myself with 4 commands for small/large smart resizes.

up = 'resize smart +70'
shift-up = 'resize smart +20'
down = 'resize smart -70'
shift-down = 'resize smart -20'

Now I want to add the same commands for the opposite of whatever smart is.

I could explicitly add 8 more keyboard commands for width/height, but what I really want is something that would just smart resize the opposite axis like this:

cmd-down = 'resize !smart -20'

This might be a dumb request so feel free to close, but I'm finding myself making (and remembering) a million shortcuts

@wesbos wesbos added the feature-proposal A well defined feature proposal label Nov 22, 2024
@nikitabobko
Copy link
Owner

I don't mind adding smart-opposite if anyone wants to bring a PR, should be easy to implement

@nikitabobko nikitabobko added the good-first-issue Easy to fix issues. Good for newcomers label Nov 22, 2024
nikitabobko pushed a commit that referenced this issue Nov 23, 2024
@nikitabobko
Copy link
Owner

Released in 0.16.0-Beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-proposal A well defined feature proposal good-first-issue Easy to fix issues. Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants