vim: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "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. <pre> vim :set mouse=r </pre> Category : D..." |
No edit summary |
||
Line 3: | Line 3: | ||
vim | vim | ||
:set mouse=r | :set mouse=r | ||
</pre> | |||
To set permanently | |||
<pre> | |||
vi /root/.vimrc | |||
</pre> | |||
<pre> | |||
set mouse=r | |||
syntax on | |||
</pre> | </pre> | ||
[[Category : Debian]] [[Category : Raspbian]] | [[Category : Debian]] [[Category : Raspbian]] |
Latest revision as of 03:45, 18 December 2017
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