print a one-line tip at vim startup
This commit is contained in:
parent
b1cd2796f8
commit
e73dfca9ef
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue