print a one-line tip at vim startup

This commit is contained in:
nojhan 2012-04-27 23:51:30 +02:00
commit e73dfca9ef

2
.vimrc
View file

@ -82,6 +82,8 @@ map <leader>p :CtrlP %%<cr>
set list
set listchars=tab:▸\ " print tabs with a special character (add ",eol:·" for end of lines)
au VimEnter * echomsg system('/usr/games/fortune vimtweets')
"au FocusLost * :wa " save every opened buffer when the window lost focus