Sfoglia il codice sorgente

set mouse support on by default

Weiyi Lou 13 anni fa
parent
commit
e69fc9d582
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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")