diff --git a/.vimrc b/.vimrc index faef16d..24c4af2 100644 --- a/.vimrc +++ b/.vimrc @@ -73,8 +73,6 @@ nnoremap f :set guifont=Inconsolata\ 9 " set a big guifont size nnoremap ç :set guifont=Inconsolata\ 11 - - " double percentage sign in command mode is expanded " to directory of current file - http://vimcasts.org/e/14 cnoremap %% =expand('%:h').'/' @@ -82,7 +80,8 @@ map p :CtrlP %% set list -set listchars=tab:▸\ " print tabs with a special character (add ",eol:·" for end of lines) +" print tabs with a special character (add ",eol:·" for end of lines) +set listchars=trail:·,nbsp:·,tab:▸\, au VimEnter * echomsg system('/usr/games/fortune vimtweets')