X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1d61f08ff82df4565004b06f4d4b959ba841edc0..1955a8451decf09bf085e7b91f3ed7bde511176d:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 111e2ff..d652461 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -68,7 +68,6 @@ Plugin 'kana/vim-operator-user' " find an alternative (latex-box? Automatic Latex Plugin?) Plugin 'vim-latex/vim-latex' Plugin 'alx741/vinfo' -Plugin 'derekwyatt/vim-protodef' " needs editing colorscheme " Plugin 'jeaye/color_coded' " Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp @@ -657,6 +656,7 @@ if executable('ag') let g:unite_source_grep_recursive_opt = '' end nnoremap [unite]a :Unite grep:.:: +nnoremap [unite]A :Unite grep:.:-w: command! -nargs=1 Ag Unite grep:.:: " unite-file_rec {{{3