Remove full mouse support, since this breaks copy'n'paste

This commit is contained in:
Thomas Ruoff
2012-07-31 22:50:54 +02:00
parent cc47a61ead
commit 4750dd858f

2
vimrc
View File

@@ -35,7 +35,7 @@ let mapleader = ","
" CONFIGURATION MAPPING " CONFIGURATION MAPPING
set scrolloff=3 " show 3 lines of context around the cursor set scrolloff=3 " show 3 lines of context around the cursor
set autoread " set to auto read when a file is changed from the outside set autoread " set to auto read when a file is changed from the outside
set mouse=a " allow for full mouse support "set mouse=a " allow for full mouse support
set autowrite set autowrite
set showcmd " show typed commands set showcmd " show typed commands