From 3b623af971afd4070780aee427cb096787e34e0f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 10 Feb 2014 17:36:08 -0600 Subject: [PATCH] Adding vim-better-whitespace plugin. Removing that open URL crap, attempting to use gx instead --- vimrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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