From bc85cef31728490a3358b1d55ae1e28738b385fb Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 2 Oct 2022 11:26:30 +0200 Subject: [PATCH] Make gui font a bit smaller --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index dd3741b..77ee3db 100644 --- a/vimrc +++ b/vimrc @@ -758,7 +758,7 @@ command W w !sudo tee "%" > /dev/null "}}} " GUI: detect graphics mode, set colorscheme {{{ if has('gui_running') - set guifont=RobotoMono\ Nerd\ Font\ 12 + set guifont=RobotoMono\ Nerd\ Font\ 11 set mouse=a "Enable mouse support " No toolbar, menu, scrollbars, draw simple text tabs. This would keep " window in one place, and also this will conserve space. Tabs are huge