ag.vim
ag.vim copied to clipboard
Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
Ag searcher ignores .h files. Why?
For me everything works fine, I am able to search for files inside directories however when the quickfix list is displayed and when I try to use options like H,...
Plugins like [ctrlp](https://github.com/kien/ctrlp.vim/blob/b5d3fe66a58a13d2ff8b6391f4387608496a030f/doc/ctrlp.txt#L234-L247) and [vinegar](https://github.com/tpope/vim-vinegar/blob/ac893960c324d879b6923a4c1abaea352d8caeb5/README.markdown) take into account the ['wildignore'](http://vimdoc.sourceforge.net/htmldoc/options.html#'wildignore') option, which makes them show more relevant results more quickly. I think we should add an option for this, and...
I use _Ag_ to look for some pattern. The result is shown in the _Quickfix_ window. I want to open one occurence in a new vertical split. By typing _v_...
It would be nice to be able to use the same keymaps from [ctrlp](https://github.com/kien/ctrlp.vim)'s fuzzy file search with ag.vim. The current functionality is kept as the default.
Hi, I hope this project is not dead (if so is there a fork or some alternative to this?) As per the title I'd like to automatically exclude my tags...
Hi, Thanks for the plugin, it is awesome. I use `--ignore-dir` very often because I work on Rust project, and I want to ignore the `target` folder and do the...
Hi, I just noticed this project and I wondered if there's really a need for the fork. To make ack.vim work with ag is just a matter of: ``` let...
`:Ag!` is handy if you don't want to open the first result in the search. It'd be great if we could set an option in the settings for ag.vim to...
Is it possible to bind a shortcut (ie _leader_ G) to do :Ag ?