From a73c9ede530e1e5f4be422aefdf2a882e73e5a0c Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 20 Feb 2022 19:35:26 +0000 Subject: [PATCH] Run in background if possible --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 3e33bac..9db7d70 100644 --- a/vimrc +++ b/vimrc @@ -190,8 +190,8 @@ if has('gui_running') set rop=type:directx endif set columns=132 - set guioptions+=cmf - set guioptions-=T + set guioptions+=cm + set guioptions-=Tf set lines=43 " " Set theme for GUI.