Skip to content

make helm-google-suggest use helm-google

steckerhalter requested to merge Dickby:combine-with-helm-google-suggest into master

Created by: Dickby

  1. I added an optional argument to the helm-google function that pre-inserts a search string.
  2. I added helm-google as an candidate to helm-google-suggest-actions.

helm-google-suggest will now use helm-google as default option, while helm-google stays the same.

It's still possible to open the google results in a browser with helm-google-suggest by choosing the action "Google Search" from the helm action menu or with "f2".

If you merge this request, you should probably mention in the "Readme" that the behavior of helm-google-suggest changes.

Merge request reports