Browse Source

set mouse support on by default

Weiyi Lou 13 năm trước cách đây
mục cha
commit
e69fc9d582
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -26,6 +26,7 @@ set splitbelow    " New splits appear below current window instead of above
 set splitright    " New splits appear right of current window
 set ttyfast       " Smooth movement
 set ttymouse=xterm2
+set mouse=a
 
 " Persistent undo
 if has("persistent_undo")