From 5042692f61db05758abcd0d040d2e726a93ddf45 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 22:19:51 +1300 Subject: Move startup .vimrc config into subfile Just the 'shortmess' setting for now. --- vim/config/startup.vim | 3 +++ vim/vimrc | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 vim/config/startup.vim diff --git a/vim/config/startup.vim b/vim/config/startup.vim new file mode 100644 index 00000000..b99bebe1 --- /dev/null +++ b/vim/config/startup.vim @@ -0,0 +1,3 @@ +" Don't show the Vim startup message, I have registered Vim and donated to +" Uganda +set shortmess+=I diff --git a/vim/vimrc b/vim/vimrc index 6700b5fa..30eb9502 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -28,10 +28,6 @@ endif " to it; note that it wipes out your z mark, if you happen to use it nnoremap J mzJ`z -" Don't show the Vim startup message, I have registered Vim and donated to -" Uganda -set shortmess+=I - " Let me backspace over pretty much anything, even if it's not text I inserted " in the current session set backspace=indent,eol,start -- cgit v1.2.3