I'm using this plugin with oh my tmux with tmux 3.3a and I having this error
I saw it's related to lines with bindkey yank_put_key
like this one
|
tmux bind-key -T copy-mode-vi "$(yank_put_key)" send-keys -X copy-pipe-and-cancel "$copy_command; tmux paste-buffer" |
when I comment those lines, I don't get this error any more

I'm using this plugin with oh my tmux with
tmux 3.3aand I having this errorI saw it's related to lines with
bindkey yank_put_keylike this one
tmux-yank/yank.tmux
Line 48 in 1b1a436
when I comment those lines, I don't get this error any more