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

I noticed that I can move up and down via `` and ``. However, those are not useful keys to me, since I use a different keyboard layout. This should...

The readme should mention Vim's native plugin management scheme using `~/.vim/pack` and `:packad`

I'm using an autocmd `autocmd BufEnter * silent! lcd %:p:h` in my init.vim/vimrc to automatically change directory to the opened file. When I open a file from the search results,...

`|| /bin/bash: ack-grep: command not found` after running `:Ack anything` I have run sudo apt-get install ack-grep, and also ack, and ran `sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep`

Hello. So the help says on pressing 'o' it should just open a search result, and on press of 't' it should open it in a different tab. For me...

This implements the changes discussed in https://github.com/mileszs/ack.vim/issues/211 around the ag.vim plugin being deprecated. It clarifies how to configure ack.vim to use the silver searcher and the history of the projects....

in quickfix windows I press ?, it gives: ``` "ack_quick_help.txt" [New File] Error detected while processing function 213_QuickHelp: line 1: E385: search hit BOTTOM without match for: home ```

Hi, ```vim let g:ackhighlight = 1 ``` When searching with regex, the matching searched term is not highlighted. ```vim Ack! "TODO|FIXME|NOTE|HACK") ``` This is the code which is doing the...

enhancement

When I execute the command: Ack '=' the following line appears: 1 || /bin/bash/: ag: command not fount In .vimrc I have set Ag behind the scene: let g:ackprg =...

Hi there. I'm trying to use ack.vim for doing a rename refactoring by finding all the places in the project where a particular symbol is referenced. After I do `:Ack...