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

Panel zoom out when using '@fingers-key' key #123

Closed
pvskp opened this issue Jul 18, 2024 · 5 comments
Closed

Panel zoom out when using '@fingers-key' key #123

pvskp opened this issue Jul 18, 2024 · 5 comments

Comments

@pvskp
Copy link

pvskp commented Jul 18, 2024

When in zoomed into a pane, using the +F key makes the pane zoom out. Is this expected?

2024-07-18.12-59-20.mp4
@Morantron
Copy link
Owner

hmmm, that shouldn't happen ™️

what version of tmux are you using?

@pvskp
Copy link
Author

pvskp commented Jul 18, 2024

The last stable one:

(base) [~]$ tmux -V
tmux 3.4

I thought that could be something with my config, but running it with this minimal config still causes the issue:

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'Morantron/tmux-fingers'

run '~/.tmux/plugins/tpm/tpm'

Update: just tried with version 3.2a (from ubuntu 22.04 repositories) and the issue is still reproducible

@Morantron
Copy link
Owner

Morantron commented Jul 18, 2024

If you run the following command you should get a JSON output:

cat /tmp/tmux-$(echo $TMUX | cut -f2 -d',')/tmux-fingers/config.json

What's the value for tmux_version field when you are using tmux 3.4?

EDIT: nvm, I can reproduce it now, this is not the root cause 🤔

@pvskp
Copy link
Author

pvskp commented Jul 19, 2024

In case it still helps:

(base) [main][~/.config/nvim]$ cat /tmp/tmux-$(echo $TMUX | cut -f2 -d',')/tmux-fingers/config.json | jq '.tmux_version'
"3.4"

@Morantron
Copy link
Owner

Fixed in 2.2.0

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

No branches or pull requests

2 participants