From 7202a5c6a9b1b3dc3a89ce8fcbbf3b65b3339920 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 16:57:41 +0100 Subject: [PATCH] Don't show mode in command line --- plugin/settings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/settings.vim b/plugin/settings.vim index 0052367..4895f63 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -7,6 +7,9 @@ set completeopt-=preview " Set window title to titlestring set title +" Don't show mode in command line +set noshowmode + " Show relative line numbers & current line number set number