Skip to content
New issue

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

Option to close quickfix window automatically after choosing a line (manually) #49

Open
synic opened this issue Sep 29, 2016 · 0 comments

Comments

@synic
Copy link

synic commented Sep 29, 2016

Like syntastic, ag.vim, etc, when you choose an item from the result window, it would be nice if there was an option to automatically close the window.

Obviously this would conflict with automatically jumping to the first result, so it would have to only close if you press enter or something in the quickfix window.

Is there a way to do this already? Where would I look if I wanted to implement it myself? I know I can use autocmd to create a mapping myself, but I don't want it to be global, just for easygrep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant