Explorar o código

set mouse support on by default

Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
e69fc9d582
Modificáronse 1 ficheiros con 1 adicións e 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")