X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gvimrc;h=a66e68301e3b74ede732b2bf1682aea4b0449258;hb=a39201b0d380fa6435dbc5b0527ac19c06092798;hp=bbf75f4612c3917e0c65cd8d25cf6506868c8668;hpb=97795ba58c0428e329d2df3b82f82f307cfe4735;p=config%2Fdotfiles.git diff --git a/gvimrc b/gvimrc index bbf75f4..a66e683 100644 --- a/gvimrc +++ b/gvimrc @@ -1,5 +1,20 @@ " GVim configuration file. +" Copyright (C) 2011-2012 Simon Ruderich +" +" This file is free software: you can redistribute it and/or modify +" it under the terms of the GNU General Public License as published by +" the Free Software Foundation, either version 3 of the License, or +" (at your option) any later version. +" +" This file is distributed in the hope that it will be useful, +" but WITHOUT ANY WARRANTY; without even the implied warranty of +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +" GNU General Public License for more details. +" +" You should have received a copy of the GNU General Public License +" along with this file. If not, see . + " Stop the cursor from blinking. set guicursor+=a:blinkon0 @@ -17,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