mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
added feeling lucky 'lucky' quick search
This commit is contained in:
2
TODO
2
TODO
@@ -37,7 +37,7 @@ FEATURES:
|
||||
6 make a real one-tab-mode, divert _all_ other targets, possible by setting a firefox option (set popup=0-3)
|
||||
6 Shift-Insert in textboxes pastes selection contents
|
||||
6 page info support (ctrl-g, g<C-g>)
|
||||
5 Use arrow keys in preview window
|
||||
5 Use arrow keys in preview window, and ctrl-w+j/k to switch to from preview window
|
||||
5 Sort :open completion by date?
|
||||
5 make use of the ] and [ keys to e.g. jump to the next heading ]], next image ]i, previous textbox [t and so on
|
||||
5 add tag support to adding/deleting bookmarks
|
||||
|
||||
@@ -967,6 +967,7 @@ var g_hint_mappings = [ /*{{{*/
|
||||
|
||||
var g_searchengines = [ /*{{{*/
|
||||
["google", "http://www.google.com/search?num=100&q=%s"],
|
||||
["lucky", "http://www.google.com/search?num=100&q=%s&btnI=I'm%20Feeling%20Lucky"],
|
||||
["chefkoch", "http://www.chefkoch.de/rezept-suche.php?Suchbegriff=%s"],
|
||||
["dewiki", "http://de.wikipedia.org/wiki/%s"],
|
||||
["discogs", "http://www.discogs.com/search?type=all&q=%s&btn=Search"],
|
||||
|
||||
Reference in New Issue
Block a user