From 5c1d290908dc8bd84374790df0b456d205cebd14 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 25 Jan 2012 16:02:03 +0100 Subject: [PATCH] gvimrc: Disable mouse and mouse wheel. --- gvimrc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gvimrc b/gvimrc index a902d7e..a66e683 100644 --- a/gvimrc +++ b/gvimrc @@ -32,3 +32,19 @@ set guioptions-=L " Increase window size to 110x25. set columns=110 set lines=25 + +" Don't use the mouse. +set mouse= +" And don't use the mouse wheel. +map +map +map +map +map +map +map +map +map +map +map +map -- 2.44.1