Adding mouse support to vim. wtf

This commit is contained in:
Dustin Swan
2012-08-23 16:53:31 -05:00
parent 18573bd0d2
commit 7e2af8d8f5

4
vimrc
View File

@@ -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