Morantron / tmux-fingers

copy pasting in terminal with vimium/vimperator like hints.
MIT License
980 stars 46 forks source link

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

Closed pvskp closed 1 month ago

pvskp commented 1 month ago

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

https://github.com/user-attachments/assets/aa2aadee-617b-4e88-89ee-d4d1341cdbf0

Morantron commented 1 month ago

hmmm, that shouldn't happen ™️

what version of tmux are you using?

pvskp commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Fixed in 2.2.0