gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.73k stars 3.34k forks source link

Pasting pastes all previously copied text, not just the last copied text (Ubuntu Linux, X11, xclip) #672

Closed kwsp closed 8 months ago

kwsp commented 11 months ago

When I paste (Ctrl-V or Ctrl-Shift-V), all previously text are pasted. For example, if I copy "A", I can paste "A", but if I copy "B" after, I can only paste "AB".

gpakosz commented 8 months ago

Hello @kwsp,

This sounds unrelated to Oh my tmux! itself.

Please double check you're not also facing this with a stock configuration, e.g. by launching tmux with

$ tmux -L test -f /dev/null
kwsp commented 8 months ago

Thanks for the tip. It's been a while and I currently cannot reproduce this issue. I'll reopen when it comes back and I'll have more information.