Enable mouse usage

This commit is contained in:
Mathieu Maret 2015-07-08 11:44:44 +02:00
parent 1132b1dd52
commit f226a65f3b
1 changed files with 7 additions and 0 deletions

7
.vimrc
View File

@ -35,6 +35,13 @@ set history=50
au WinEnter * checktime
au BufWinEnter * checktime
"""""""""
" INPUT "
"""""""""
" Enable mouse for 'a'll mode
set mouse=a
"""""""""""
" DISPLAY "
"""""""""""