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 WezTerm zoom support #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

strptrk
Copy link

@strptrk strptrk commented Aug 24, 2023

Hi, this change aims to add WezTerm:zoomed(), similar to Tmux:zoomed().

The reason why I went with that cryptic regex is that I did not want to introduce a jq dependency to the plugin, while usually grep can be found on every computer. I am not sure about whether this would work on Windows, but I guess if somebody wants it, they can also create a pull request for it.

@robsonpeixoto
Copy link

Maybe you could use vim.json.decode to parse the json:
https://neovim.io/doc/user/lua.html#vim.json

@strptrk
Copy link
Author

strptrk commented Sep 2, 2023

Thank you for the suggestion, @robsonpeixoto.
I have updated the pull request.

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