From d0eeef18a5b0d0cb1af4fbd3110768cb00990596 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 2 Oct 2022 18:51:53 -0700 Subject: [PATCH] Switch to terminus font --- ginit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginit.vim b/ginit.vim index d3839f3..223b9a0 100644 --- a/ginit.vim +++ b/ginit.vim @@ -2,7 +2,7 @@ GuiPopupmenu 0 GuiTabline 0 if has('unix') - GuiFont Source\ Code\ Pro:h10 + GuiFont Terminus:h12 else GuiFont! Lucida\ Console:h10 endif