After I added following line to .tmux.conf , I cannot yy and p in vim any more.
bind -t vi-copy Enter copy-pipe "xclip -i -selection clipboard"
now I removed this line from .tmux.conf, This error message still show up when I enter p (after dd or yy). It happened when I use vim inside tmux (outside tmux is fine). How to fix that?