Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable chome's "Search GitHub" feature?

Chrome address bar image with github specific search

Every time I start typing "git ...", the chrome search bar changes into a github specific search (check out above image link). Say I want to search "git commit hooks". Immediately after typing "git ", the address bar changes and search is now restricted to the github domain. That's not what I want.

How do I disable this?

I have looked at all of my extensions, and none of them seem to be causing it. The behaviour extends into the incognito mode. Is this a default chrome behaviour or is it some other software that I installed?

Thanks for any tips.

like image 592
Jug Avatar asked Nov 08 '15 03:11

Jug


1 Answers

This is a 'custom search engine'.

Go in to Settings, Search, then Manage search engines, then scroll down to find and remove Github.

screenshot of search engine settings dialog

Note that in my config (which is default) the search is triggered by github.com not just git - so you could just set the hotword back to that and it would be less intrusive.

like image 92
poolie Avatar answered Sep 21 '22 15:09

poolie