From: Simon Ruderich Date: Wed, 25 Jan 2012 15:02:03 +0000 (+0100) Subject: gvimrc: Disable mouse and mouse wheel. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5c1d290908dc8bd84374790df0b456d205cebd14;p=config%2Fdotfiles.git gvimrc: Disable mouse and mouse wheel. --- 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