Browse Source

Vim mouse support

neuraflash
Cornejo, Brandon 9 years ago
parent
commit
8c114bf3d7
  1. 3
      vimrc

3
vimrc

@ -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
Loading…
Cancel
Save