Don't show mode in command line

This commit is contained in:
Kenneth Benzie 2016-09-11 16:57:41 +01:00
parent 9941bd120f
commit b40235313c

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