From ecffa01938b9ce41896bb89a854628b1a8475ae9 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 3 Jun 2019 19:53:47 +0100 Subject: [PATCH] Use the minimalist theme --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 77ed251..5d31d46 100644 --- a/vimrc +++ b/vimrc @@ -73,7 +73,7 @@ if has("eval") " Protect commands that are only available when +eval is enabled. " Technically only "if 1" would be required, as "has()" is provided " by +eval, but this is clearer. - colorscheme jellybeans + colorscheme minimalist command Q q command W w command WQ wq