Mercurial > dotfiles.old
diff vimrc @ 247:5199030e3e2c
Update vimplug
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 22 Feb 2015 22:38:06 +0100 |
parents | 624d06dcf54c |
children | 7a595f9ef896 |
line wrap: on
line diff
--- a/vimrc Sun Feb 22 22:26:26 2015 +0100 +++ b/vimrc Sun Feb 22 22:38:06 2015 +0100 @@ -28,7 +28,6 @@ " Formatting Plug 'godlygeek/tabular', { 'on' : 'Tabularize' } -Plug 'pelodelfuego/vim-swoop', { 'on' : ['Swoop', 'SwoopSelection', 'SwoopMulti', 'SwoopMultiSelection'] } " Comments Plug 'tpope/vim-commentary' @@ -241,9 +240,9 @@ " Switch between the last two files nnoremap <space><space> <C-^> -" Very Magic search patterns -nmap / /\v -cmap s/ s/\v +" " Very Magic search patterns +" nmap / /\v +" cmap s/ s/\v " Keep search matches in the middle of the window. nnoremap n nzzzv @@ -444,9 +443,6 @@ let g:neocomplete#sources#omni#input_patterns.tex = \ '\v\\\a*(ref|cite)\a*([^]]*\])?\{([^}]*,)*[^}]*' " }}} -" Swoop {{{ -let g:swoopUseDefaultKeyMap = 0 -" }}} " Ag {{{ " Ack motions by Steve Losh, adapted for Ag nnoremap <silent> <Leader>a :set opfunc=<SID>AckMotion<CR>g@