From 4750dd858fcecc0ce7231dd698e010d157c1be32 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 31 Jul 2012 22:50:54 +0200 Subject: [PATCH] Remove full mouse support, since this breaks copy'n'paste --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 39dd3bf..1c7b55d 100644 --- a/vimrc +++ b/vimrc @@ -35,7 +35,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