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

How to not break tmux zoom mode? #40

Closed
towry opened this issue Dec 11, 2022 · 5 comments · Fixed by #41
Closed

How to not break tmux zoom mode? #40

towry opened this issue Dec 11, 2022 · 5 comments · Fixed by #41
Assignees
Labels
bug Something isn't working

Comments

@towry
Copy link
Contributor

towry commented Dec 11, 2022

I use <F12> to toggle the zoom mode, in tmux zoom mode,
if I switch panel in vim, it will un zoom the tmux which is annoying.

Expected behavior
Ability to detect tmux zoom mode.

@towry towry added the bug Something isn't working label Dec 11, 2022
@towry towry changed the title [Feature]: How to not break tmux zoom mode? How to not break tmux zoom mode? Dec 11, 2022
@mrjones2014
Copy link
Owner

I’m not familiar with tmux zoom mode but I can look into it 👍

@mrjones2014
Copy link
Owner

@towry to clarify, what is the desired behavior here? Just don't do anything when the current pane is zoomed?

@towry
Copy link
Contributor Author

towry commented Dec 12, 2022

@mrjones2014 Like https://github.com/christoomey/vim-tmux-navigator#tmux did, let g:tmux_navigator_disable_when_zoomed = 1

@mrjones2014
Copy link
Owner

@towry can you test this PR and make sure it works as intended? if so I will merge: #41

@towry
Copy link
Contributor Author

towry commented Dec 12, 2022

@mrjones2014 You are amazing! ❤️ It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants