From ecb5fcbedca1d90b969be8c6836f70d721c134b5 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 18 May 2014 00:02:53 +0200 Subject: [PATCH] turn off mouse support for now --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 703f673..8b83601 100644 --- a/vimrc +++ b/vimrc @@ -37,7 +37,7 @@ let mapleader = "," " CONFIGURATION MAPPING 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 mouse=a " allow for full mouse support +"set mouse=a " allow for full mouse support set autowrite set showcmd " show typed commands