Bläddra i källkod

set mouse support on by default

Weiyi Lou 13 år sedan
förälder
incheckning
e69fc9d582
1 ändrade filer med 1 tillägg och 0 borttagningar
  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")