I'm glad that you like the idea. And understand that it may be
not clear. But I have tried to implement it maximally effeciently.
There is too many words on the screen and i think mark them all is not
too good. We can't to select columns before lines because for each
line must be different columns
xt on the screen by constant time.
I'm using the next .tmux.conf:
bind -n M-c copy-mode -c
bind -n M-w copy-mode -w
bind -n M-v paste-buffer
And I can copy&paste any text for 4-8 seconds. So sometimes it is also
fast as copy&paste with mouse (which takes 3 seconds for one-word text).