From: Samir Benmendil Date: Thu, 27 Mar 2014 00:26:46 +0000 (+0000) Subject: vimrc: don't show info message on startup X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/4455d479ce77e19d8a4944a2444069a477c92ecb vimrc: don't show info message on startup --- diff --git a/vim/vimrc b/vim/vimrc index 7ef205b..8728936 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -150,6 +150,7 @@ vnoremap s set showcmd " Show (partial) command in status line. set ruler " show the cursor position all the time set confirm " Ask what to do when closing unsaved documents +set shortmess=filnxtoOI " don't show intro message " editing text {{{1 set backspace=indent,eol,start " allow backspacing over everything in insert mode