From 7547514afcf073781ec2bb74d37beec2f676cbe1 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 19 Dec 2013 15:32:50 +0100 Subject: [PATCH] s/ack/ag/g --- bundles.vim | 2 +- vimrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles.vim b/bundles.vim index f70d949..aae35ff 100644 --- a/bundles.vim +++ b/bundles.vim @@ -14,7 +14,7 @@ Bundle 'altercation/vim-colors-solarized' Bundle 'tpope/vim-bundler' Bundle 'tpope/vim-fugitive' -Bundle 'mileszs/ack.vim' +Bundle 'rking/ag.vim' Bundle 'kien/ctrlp.vim' "Bundle 'Lokaltog/vim-powerline' diff --git a/vimrc b/vimrc index b96b4cf..7da5a83 100644 --- a/vimrc +++ b/vimrc @@ -156,8 +156,8 @@ command -nargs=1 C CoffeeCompile | : "session nnoremap S :mksession! -"Ack -nnoremap a :Ack +"Ag +nnoremap a :Ag "SuperTab options let g:SuperTabDefaultCompletionType = "context"