tmux-plugins/tmux-copycat

paste doesn't work correct

wqhhust opened this issue · 3 comments

I originally raised the issue to tmux project, and they helped me to find out the root cause is because of binding
bind-key -T root n run-shell "tmux send-keys 'n'; /home/oracle/.tmux/plugins/tmux-copycat/scripts/copycat_jump.sh 'next'; true"

This binding make me when past "initLookup", it actually "iitLookupn"
paste doesn't work correct when paste to a remote server
Could you please help a look? And the paste issue only happen when paste on a remote ssh session, not on local session. Maybe caused by network latency?

After I uninstall the plugin, everything works now. So this should be a bug.

I am experiencing this same issue on tmux 2.3. It appears to work fine for a while and then starts doing this. I'm not sure what the trigger is.

Same thing here but I don't have this binding so I'm wondering if its an internal that is bugged.