vanilla tmux cut-n-paste
I keep forgetting this, because I have the vi and clipboard solution setup on two machines. So, as a reminder, for tmux, using the default Ctrl-b, if I want to cut and paste on GNU/Linux:
ctrl-b [ to enter "copy mode"
ctrl-b spacebar to place "mark" for the start of the selection
arrow keys or ctrl-n, ctrl-p, etc (the default emacs bindings) to move "point" for the visual selection
alt-w to copy the visually selected piece
OR...... Esc to quit out of copy mode
ctrl-b ] to paste the selection into some other tmux-managed screen












