Skip to content

Commit 4a05b0c

Browse files
committed
better qutebrowser shortcuts
1 parent f42a6c9 commit 4a05b0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cfg/qutebrowser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,8 +1980,7 @@
19801980
c.url.start_pages = ['about:blank']
19811981
c.url.default_page = 'https://hoogle.haskell.org/'
19821982
c.url.searchengines = {
1983-
'DEFAULT': 'https://google.com/search?q={}',
1984-
'noai': 'https://google.com/search?q={} before:2022 -site:youtube.com -site:facebook.com -site:rumble.com -site:tiktok.com',
1983+
'DEFAULT': 'https://google.com/search?q=before:2023 {}',
19851984
'ggl': 'https://google.com/search?q={}',
19861985
'ddg': 'https://duckduckgo.com/?q={}',
19871986
'gpt': 'https://chatgpt.com/?q={}',
@@ -2002,9 +2001,10 @@
20022001
'trans': 'https://translate.google.com/details?sl=auto&tl=auto&op=translate&text={}',
20032002
'sound': 'https://soundcloud.com/search/sets?q={}',
20042003
'github': 'https://github.com/search?type=code&q={}',
2004+
'repo': 'https://github.com/search?type=repositories&s=stars&o=desc&q=language:rust created:<2023 {}',
20052005
'hoogle': 'https://hoogle.haskell.org/?hoogle={}',
20062006
'hackage': 'https://hackage.haskell.org/packages/search?terms={}',
2007-
'rust': 'https://docs.rs/releases/search?query={}',
2007+
'docs': 'https://docs.rs/releases/search?query={}',
20082008
'crate': 'https://crates.io/search?q={}',
20092009
'nixpkgs': 'https://search.nixos.org/packages?query={}',
20102010
'nixos': 'https://search.nixos.org/options?query={}',

0 commit comments

Comments
 (0)