From 5d48cf52db5f95f5685c69cef59e92504c16841f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 23 May 2020 03:02:32 +0300 Subject: [PATCH] .vimrc: Increase X11 font size --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index de5a258..83458ed 100644 --- a/.vimrc +++ b/.vimrc @@ -218,8 +218,8 @@ if has("gui_running") if has("win32") "set guifont=Courier_New:h18:cRUSSIAN set guifont=Lucida_Console:h18:cRUSSIAN - set guifont=Monospace\ 16 elseif has("x11") + set guifont=Monospace\ 18 set toolbar=icons,text " how to show the toolbar endif -- 2.39.2