Skip to content

Commit

Permalink
I don't want to jump to the first result automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Mar 17, 2018
1 parent acbd924 commit e4fc78d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _vim/plugin-list.vim
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,11 @@ NeoBundle 'xu-cheng/brew.vim'
"autocmd FileType ruby,eruby set filetype=ruby.eruby.chef

NeoBundle 'mileszs/ack.vim'
cnoreabbrev ag Ack
cnoreabbrev aG Ack
cnoreabbrev Ag Ack
cnoreabbrev AG Ack
cnoreabbrev Ack Ack!
cnoreabbrev ag Ack!
cnoreabbrev aG Ack!
cnoreabbrev Ag Ack!
cnoreabbrev AG Ack!
if executable('ag')
let g:ackprg = 'ag --vimgrep --smart-case'
endif
Expand Down

0 comments on commit e4fc78d

Please sign in to comment.