Since I'm pretty new with vim, I (still) find the mouse very useful to click somewhere (to move quickly) and select blocks of text.
in my vimrc:
set mouse=a
and also
set textwidth=80
set colorcolumn=80
I can click to move the cursor, but not after the column 91. I really don't understand why this behaviour and why this arbitrary limit.