X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gvimrc;h=3d60616334c032c4dcda87d2bf60d0eb18f8fdb1;hb=14bfc16269aaa7d5b3b39a818099214109322c9c;hp=9c334d56c8593ae2b11bea275161b795d1614b41;hpb=cd05d4e566ab2122e578750baf443ba4759266a9;p=config%2Fdotfiles.git diff --git a/gvimrc b/gvimrc index 9c334d5..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