瀏覽代碼

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