vim

From KlavoWiki
Revision as of 03:45, 18 December 2017 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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