From 4455d479ce77e19d8a4944a2444069a477c92ecb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Mar 2014 00:26:46 +0000 Subject: [PATCH] vimrc: don't show info message on startup --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1