Vim mouse support

This commit is contained in:
Cornejo, Brandon 2015-02-26 14:26:44 -06:00
parent 266591e932
commit 8c114bf3d7

3
vimrc
View File

@ -102,3 +102,6 @@ au BufNewFile,BufRead *.djhtml set filetype=html
" sudo save
cmap w!! w !sudo tee % >/dev/null
" Let's try some mouse stuff
set mouse=a