X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gvimrc;h=3d60616334c032c4dcda87d2bf60d0eb18f8fdb1;hb=037f9763a1d4a6e82fb78e4a29ddc722d2bd0f92;hp=e716396451436832402ef32f281553479c27efa7;hpb=7edaacb627e6c120a019150d0d17c6adf25f3b8a;p=config%2Fdotfiles.git diff --git a/gvimrc b/gvimrc index e716396..3d60616 100644 --- a/gvimrc +++ b/gvimrc @@ -1,12 +1,12 @@ -" GVim configuration file, mostly used for MacVim. +" GVim configuration file. " Stop the cursor from blinking. -set guicursor=a:blinkon0 +set guicursor+=a:blinkon0 " Don't display the toolbar. set guioptions-=T -" Window size 110x25. +" Increase window size to 110x25. set columns=110 set lines=25