Don't show mode in command line

This commit is contained in:
Kenneth Benzie 2016-09-11 16:57:41 +01:00
parent 48e53ccd0c
commit 7202a5c6a9

View File

@ -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