From 5dc8c67a973fa9486336e36830ea8514383ab76e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 21 Sep 2019 16:03:21 +0100 Subject: [PATCH] Make gvim wider and shorter --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index b26a343..be785c8 100644 --- a/vimrc +++ b/vimrc @@ -133,10 +133,10 @@ if has("gui_running") set guifont=Consolas:h10:cANSI endif set background=light - set columns=88 + set columns=90 set guioptions+=cm set guioptions-=T - set lines=40 + set lines=30 endif if has("patch-7.3.541")