You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: