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

plugin: aperture #38

Closed
ratmav opened this issue Nov 15, 2020 · 3 comments
Closed

plugin: aperture #38

ratmav opened this issue Nov 15, 2020 · 3 comments

Comments

@ratmav
Copy link
Owner

ratmav commented Nov 15, 2020

see if you can write a custom function that will toggle vim window zoom with Ctrl-w-z

  • how do you track "window-local" state in the function to determine if a window is zoomed?
  • also, is the libvterm clipping bug even an issue anymore? does it still clip with things like golden-ratio? would be nice to update the bug if it doesn't just to let people know. it doesn't seem to be an issue with Ctrl-w-|/Ctrl-w-= (built in full-zoom).
@ratmav
Copy link
Owner Author

ratmav commented Nov 17, 2020

maybe fork https://github.com/simeji/winresizer and add a function to bind to a key chord to handle this. call it....aperture

@ratmav ratmav changed the title window zoom toggle plugin: aperture Nov 17, 2020
@ratmav
Copy link
Owner Author

ratmav commented Nov 18, 2020

it may be possible to skip the plugin wrapper, but i think i'll need a function to track the current window's state for a snazzy toggle option.

@ratmav ratmav added the wontfix label Nov 20, 2020
@ratmav
Copy link
Owner Author

ratmav commented Nov 20, 2020

i'm just going to add this to desk, because why not.

@ratmav ratmav closed this as completed Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant