From: Oleg Broytman Date: Sat, 23 May 2020 00:02:32 +0000 (+0300) Subject: .vimrc: Increase X11 font size X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=5d48cf52db5f95f5685c69cef59e92504c16841f .vimrc: Increase X11 font size --- 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