Преглед изворни кода

remove mouse support for vim

Weiyi Lou пре 13 година
родитељ
комит
9e66a22b12
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      vim/vimrc

+ 4 - 3
vim/vimrc

@@ -17,9 +17,10 @@ set ttyfast "Smooth movement
 filetype plugin on
 filetype indent on
 
-if version >= 700
-    set mouse=a "mouse support for 7.x
-endif 
+"if version >= 700
+"    set mouse=a "mouse support for 7.x, but don't use this if we use screen
+"    because it has no effect, and then just becomes annoying for copy/paste
+"endif 
 
 " Source the vimrc file after saving it
 autocmd! bufwritepost .vimrc source $MYVIMRC