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

Fixes a bother of mine. It does make for a more complex mapping, any suggestions to clean this up are welcome.

Using ``` set langmap=tj,TJ,jt,JT set nolangremap ``` One would expect the t key to move around the quickfix window and the `j` key open a new tab. However with this...

Hi, I was wondering if it is possible to run Ack and view search results without auto opening the first result. Sometimes I just want to know where a pattern...

It seems like a file is open in the first opened split. This is quite irritating. Am I doing something wrong, or is this a limitation of ack.vim ? It...

info needed

Hi! For some reasons that I cannot understand, the keyboard shortcuts don't work at all for me, in the quicklist window. I can press any key on the result list...

Configuration: - Windows 10 64 bit; - PowerShell 5.1; - NVIM v0.3.0; - ack.vim (latest, installed thru Plug); - ag version 2.1.0 (activated as described in "Can I use ag...

Now you can search in opened buffers instead of some hacky bufdo

ACTUAL If I open a file from the quickfix window with `T`, the new tab is opened without moving to it (as expected), but my cursor is moved from the...

I have hard-linked files in my source tree. ag on the command line is not fooled by this because it ignores all files mentioned in .gitignore, and therefore returns only...