Weiyi Lou 13 лет назад
Родитель
Сommit
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