]> git.rmz.io Git - dotfiles.git/commitdiff
vimrc: don't show info message on startup
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 27 Mar 2014 00:26:46 +0000 (00:26 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 27 Mar 2014 00:26:46 +0000 (00:26 +0000)
vim/vimrc

index 7ef205bc2b558ac33bf283cc546f07050bb4da52..87289360e26d5fe38f11bbad1dcffb7ba27635c1 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -150,6 +150,7 @@ vnoremap <MiddleMouse> s<MiddleMouse>
 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 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
 
 " editing text {{{1
 set backspace=indent,eol,start  " allow backspacing over everything in insert mode