Disable mouse in vim

This commit is contained in:
Brian Buller 2015-02-22 19:32:40 -06:00
parent 85ff90df94
commit 23e9c0ec45
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ au BufRead *.md set filetype=markdown
set laststatus=2
syntax enable
set background=dark
set mouse=
let g:airline_powerline_fonts = 1