s/ack/ag/g

This commit is contained in:
Loic Nageleisen 2013-12-19 15:32:50 +01:00
parent f6be3f58c8
commit 7547514afc
2 changed files with 3 additions and 3 deletions

View file

@ -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'

4
vimrc
View file

@ -156,8 +156,8 @@ command -nargs=1 C CoffeeCompile | :<args>
"session
nnoremap <leader>S :mksession!<CR>
"Ack
nnoremap <leader>a :Ack<SPACE>
"Ag
nnoremap <leader>a :Ag<SPACE>
"SuperTab options
let g:SuperTabDefaultCompletionType = "context"