From b69c94e781c78ecab8e7de53534649316155d82f Mon Sep 17 00:00:00 2001 From: amix Date: Sat, 20 Feb 2016 13:27:12 +0000 Subject: [PATCH] Fixed https://github.com/amix/vimrc/issues/128 --- vimrcs/basic.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 1649cb95..8bdc61c4 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -102,11 +102,6 @@ set hid set backspace=eol,start,indent set whichwrap+=<,>,h,l -" In many terminal emulators the mouse works just fine, thus enable it. -if has('mouse') - set mouse=a -endif - " Ignore case when searching set ignorecase