Adds WP and PHP searches
This commit is contained in:
parent
6ca009600d
commit
da8e136aae
1 changed files with 6 additions and 1 deletions
|
@ -52,4 +52,9 @@ c.fonts.tabs = '8pt monospace'
|
|||
c.url.searchengines['goog'] = 'https://google.com/search?q={}'
|
||||
c.url.searchengines['aur'] = 'https://aur.archlinux.org/packages/?O=0&K={}'
|
||||
c.url.searchengines['aw'] = 'https://wiki.archlinux.org/?search={}'
|
||||
|
||||
c.url.searchengines['wp'] = 'https://developer.wordpress.org/?s={}'
|
||||
c.url.searchengines['wpf'] = 'https://developer.wordpress.org/?s={}&post_type%5B%5D=wp-parser-function'
|
||||
c.url.searchengines['wph'] = 'https://developer.wordpress.org/?s={}&post_type%5B%5D=wp-parser-hook'
|
||||
c.url.searchengines['wpc'] = 'https://developer.wordpress.org/?s={}&post_type%5B%5D=wp-parser-class'
|
||||
c.url.searchengines['wpm'] = 'https://developer.wordpress.org/?s={}&post_type%5B%5D=wp-parser-method'
|
||||
c.url.searchengines['php'] = 'https://secure.php.net/manual-lookup.php?pattern={}&scope=quickref'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue