We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 through the files in a project - I get this result panel:
:Ag ...
But no matter what I try - I can't open the file with the result I want.
What should be the correct key shortcut(s) or combination so that I can open the file with the result I want?
This is what I've added in my ~/.vimrc file in order to make :Ag command work:
~/.vimrc
:Ag
" Ag/Ack related .. let g:ackprg = 'ag' let g:ack_default_options = " --case-sensitive --noheading --nopager --nocolor --nogroup --column"
So probably the issue is related to some of these props?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 through the files in a project - I get this result panel:But no matter what I try - I can't open the file with the result I want.
What should be the correct key shortcut(s) or combination so that I can open the file with the result I want?
This is what I've added in my
~/.vimrc
file in order to make:Ag
command work:So probably the issue is related to some of these props?
The text was updated successfully, but these errors were encountered: