Skip to content

Commit f42a6c9

Browse files
committed
qutebrowser shortcuts
1 parent 215c862 commit f42a6c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cfg/qutebrowser.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,9 @@
19841984
'noai': 'https://google.com/search?q={} before:2022 -site:youtube.com -site:facebook.com -site:rumble.com -site:tiktok.com',
19851985
'ggl': 'https://google.com/search?q={}',
19861986
'ddg': 'https://duckduckgo.com/?q={}',
1987-
'gpt': 'https://chatgpt.com/?model=gpt-4o&q={}',
1987+
'gpt': 'https://chatgpt.com/?q={}',
1988+
'syn': 'https://chatgpt.com/?q=A list of short synonyms for: {}',
1989+
'gram': 'https://chatgpt.com/?q=Improve the grammar: {}',
19881990
'bing': 'https://www.bing.com/search?showconv=1&sendquery=1&q={}',
19891991
'wiki': 'https://en.wikipedia.org/w/index.php?search={}',
19901992
'enes': 'https://translate.google.com/details?sl=en&tl=es&op=translate&text={}',
@@ -2002,6 +2004,8 @@
20022004
'github': 'https://github.com/search?type=code&q={}',
20032005
'hoogle': 'https://hoogle.haskell.org/?hoogle={}',
20042006
'hackage': 'https://hackage.haskell.org/packages/search?terms={}',
2007+
'rust': 'https://docs.rs/releases/search?query={}',
2008+
'crate': 'https://crates.io/search?q={}',
20052009
'nixpkgs': 'https://search.nixos.org/packages?query={}',
20062010
'nixos': 'https://search.nixos.org/options?query={}',
20072011
'home': 'https://home-manager-options.extranix.com/?query={}'

0 commit comments

Comments
 (0)