From 45ed70a1782040e7d449ff2489e27cfcf3eb2315 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 18 Jun 2019 09:58:40 -0400 Subject: [PATCH] vimrc: oh no not enough linespace --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index f379daf..97af497 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -140,7 +140,7 @@ if has('gui_running') set guifont=PxPlus_IBM_EGA8:h12:cDEFAULT:qDRAFT else set guifont=PxPlus\ IBM\ EGA8\ 12 - set linespace=-3 + set linespace=-2 endif endif