Enabling mouse in vim.

This commit is contained in:
Faerbit 2014-05-16 01:49:23 +02:00
parent 05b990c542
commit d5b0e2359c

1
vimrc
View File

@ -17,6 +17,7 @@ set wildmenu
set wildignorecase set wildignorecase
set ignorecase set ignorecase
set smartcase set smartcase
set mouse=a
syntax on syntax on
filetype plugin indent on filetype plugin indent on
"Change working dir to current dir "Change working dir to current dir