diff --git a/vimrc b/vimrc index 20d1159..1f6436b 100644 --- a/vimrc +++ b/vimrc @@ -58,8 +58,8 @@ Bundle 'matze/vim-move' Bundle 'bruno-/vim-vertical-move' Bundle 'tpope/vim-vinegar' Bundle 'itchyny/calendar.vim' -Bundle 'openurl.vim' Bundle 'lfilho/cosco.vim' +Bundle 'ntpeters/vim-better-whitespace' let $GIT_SSL_NO_VERIFY = 'true' @@ -137,10 +137,6 @@ set shiftwidth=4 set expandtab set smarttab -" pretty line endings and trailing spaces -set list -set listchars=tab:»·,trail:·,eol:¬ - " so we get html goodies in php files au BufRead *.php set ft=php.html au BufNewFile *.php set ft=php.html @@ -217,9 +213,6 @@ nnoremap 4 :! p4 edit % " open vsplit and switch to it nnoremap v vl -" trim whitespace -nnoremap W :%s/\s\+$//e - " Ack nnoremap a :Ack " use ag @@ -277,8 +270,6 @@ nnoremap hi :HdevtoolsInfo " Vim-move let g:move_key_modifier = 'C' -nnoremap b :OpenUrl - " Matchmaker on let g:matchmaker_enable_startup = 1