Explorar el Código

set mouse support on by default

Weiyi Lou hace 13 años
padre
commit
e69fc9d582
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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")