Created
January 23, 2018 08:15
-
-
Save nuclearglow/22036ebd2e0e149e85ac2ffb70e8a038 to your computer and use it in GitHub Desktop.
vim cut&paste not working in Stretch / Debian 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vim /usr/share/vim/vim80/defaults.vim | |
" In many terminal emulators the mouse works just fine. By enabling it you | |
" can position the cursor, Visually select and scroll with the mouse. | |
"if has('mouse') | |
" set mouse=r | |
"endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment