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

Quick resize #17

Closed
TimUntersberger opened this issue May 10, 2020 · 3 comments
Closed

Quick resize #17

TimUntersberger opened this issue May 10, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@TimUntersberger
Copy link

Is there currently a setting that makes the grid close after a single resize?

My current workflow is always like this:

  1. <C-M-S>
  2. Click on the previous window (Use previous window #16)
  3. Resize using the grid
  4. <C-M-S>

It would be nice if it would be possible to change the workflow to this:

  1. <C-M-S>
  2. Click on the previous window (Use previous window #16)
  3. Resize using the grid
  4. Grid gets closed automatically

I feel like this would feel very nice when the click and drag support (#11) lands.

@tarkah
Copy link
Owner

tarkah commented May 10, 2020

Good suggestion! I actually do this a lot too. The hotkey will need to be different so it knows to autoclose, maybe ?

@tarkah tarkah added enhancement New feature or request good first issue Good for newcomers labels May 10, 2020
@tarkah tarkah closed this as completed May 11, 2020
@tarkah
Copy link
Owner

tarkah commented May 11, 2020

@TimUntersberger this has been implemented along w/ remembering previous window and click & drag support. It is game changing having all 3 working together! You can configure this quick resize hotkey in the config by adding the following

# Hotkey to activate grid for a quick resize. Grid will automatically
# close after resize operation. Remove comment to activate.
hotkey_quick_resize: CTRL+ALT+Q

@TimUntersberger
Copy link
Author

@tarkah I Just tried it out and it feels really amazing! Thank you a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants