summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-14 00:57:50 +0300
committerThanosApollo <[email protected]>2022-08-14 00:57:50 +0300
commit2485b9bc274a1604b798d46643d6a5558702d0bc (patch)
tree643c5152c9c48aa215714412e8de2e9f26b7726e /.config
parentb2e90d8439975830b21839e4bb33b837022835b2 (diff)
Add gh search
Diffstat (limited to '.config')
-rw-r--r--.config/qutebrowser/config.py3
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={}",
}