Adding mouse support to vim. wtf

master
Dustin Swan 12 years ago
parent 18573bd0d2
commit 7e2af8d8f5

@ -43,6 +43,10 @@ Bundle 'garbas/vim-snipmate'
filetype plugin indent on " last Vundle requirement
" mouse!!!!!
set mouse=a
set ttymouse=xterm
" general goodness
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
syntax enable

Loading…
Cancel
Save