X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gvimrc;h=6a85e1c61b4bb85bb6694699cd21a47ecab467a8;hb=506f94ad3b47d442117caa0ae929725c8b338515;hp=e716396451436832402ef32f281553479c27efa7;hpb=7edaacb627e6c120a019150d0d17c6adf25f3b8a;p=config%2Fdotfiles.git diff --git a/gvimrc b/gvimrc index e716396..6a85e1c 100644 --- a/gvimrc +++ b/gvimrc @@ -2,11 +2,11 @@ " 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