Am 13.07.21 07:20 schrieb Michael Hekeler: > Am 13.07.21 01:13 schrieb Samuel Banya: > > My recommendation, tweak your tmux setup, and use vim keybindings for > > copying and pasting with the proper config options: > > - https://www.youtube.com/playlist?list=PL5BE1545D8486D66D > > > > On Mon, Jul 12, 2021, at 9:12 PM, David Anthony wrote: > > > Hello, > > > > > > Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice > > > for dealing with Copy/Paste? To/From Browser? > > you want to copy to/from clipboard or to/from the primary selection? > I am asking because the primary selection was always working on all of > my hosts out of the box. > When in tmux need to press Shift to set selection.
Edit to make it clearer: the selected text is in primary without the need of any explicit copy action See: https://tronche.com/gui/x/icccm/sec-2.html#s-2.6.1 If you enable mouseprotocol then you will notice that the selection made with the mouse is NOT recognized. So you have to press `shift` while doing things with the mouse to override the mouse protocol https://man.openbsd.org/xterm#Mouse_Protocol