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

can not disable 'amazon' as completionengine #740

Open
kecmen opened this issue Mar 16, 2021 · 2 comments
Open

can not disable 'amazon' as completionengine #740

kecmen opened this issue Mar 16, 2021 · 2 comments

Comments

@kecmen
Copy link

kecmen commented Mar 16, 2021

Hi,

thanks for this addon.
I would like to disable amazon as completionengine, so that when i search for something like 'amazon music random song from artist' it wont open amazon page with the rest of the query as search string, but rather search for the whole query in google.
This is what I have in my ~/.cvimrc:
let completionengines = ['google', 'imdb']
I also tried to set it directly in the browser (pressed : and the typed let completionengines = ['google', 'imdb']) but still searching for anything that starts with 'amazon' ends up opening amazon page
Do I need to set something else too? Is this a bug?

Thanks

@b-coimbra
Copy link

@kecmen It was indeed a bug, I fixed it on vimch@36b7971. Now it should call Google (or whatever the default search engine is) if the search term is not set in the completionengines.

@kecmen
Copy link
Author

kecmen commented Jun 17, 2022

thanks

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

2 participants