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
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: