diff options
author | ThanosApollo <[email protected]> | 2022-08-14 00:57:50 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-14 00:57:50 +0300 |
commit | 2485b9bc274a1604b798d46643d6a5558702d0bc (patch) | |
tree | 643c5152c9c48aa215714412e8de2e9f26b7726e | |
parent | b2e90d8439975830b21839e4bb33b837022835b2 (diff) |
Add gh search
-rw-r--r-- | .config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 0e11222..02c166a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -39,7 +39,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', 'ub': 'https://www.urbandictionary.com/define.php?term={}', 'yt': 'https://www.youtube.com/results?search_query={}', 'wiki': 'https://en.wikipedia.org/w/index.php?search={}', - 'pdf': 'https://www.pdfdrive.com/{}-books.html' + 'pdf': 'https://www.pdfdrive.com/{}-books.html', + 'gh': "https://github.com/search?q={}", } |