ack.vim icon indicating copy to clipboard operation
ack.vim copied to clipboard

Vim plugin for the Perl module / CLI script 'ack'

Results 82 ack.vim issues
Sort by recently updated
recently updated
newest added

Link to [vim-plug](https://github.com/junegunn/vim-plug). `.vimrc` extract: ```vim 18 let g:ackprg = 'ag --vimgrep' 19 20 call plug#begin() 21 Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } 22 Plug 'mileszs/ack.vim' 23...

I am on Windows and use git-bash. I have vim (the default one that comes with git-bash) with several plugins installed via vim-plug. When I use `:Ag ...` to search...