vim

From KlavoWiki
Jump to navigationJump to search

copy and past with vim on Debian 9 (stretch) doesn't work as the previous versions. To change the function to what it use to be.

vim
:set mouse=r

To set permanently

vi /root/.vimrc
set mouse=r
syntax on