summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conkerorrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/conkerorrc b/conkerorrc
index 665d864..8dc88f6 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -117,8 +117,11 @@ define_webjump("imdb", "http://imdb.com/find?q=%s");
define_webjump("cpan", "http://search.cpan.org/search?query=%s&mode=all");
define_webjump("youtube", "http://www.youtube.com/results?search_query=%s&search=Search");
define_webjump("de", "http://pda.leo.org/?lp=ende&lang=de&searchLoc=0&cmpType=relaxed&relink=on&sectHdr=off&spellToler=std&search=%s");
+define_webjump("hi", "http://shabdkosh.com/s?e=%s");
define_webjump("trans", "http://translate.google.com/translate_t#auto|en|%s");
define_webjump("github", "http://github.com/%s");
+define_webjump("e2", "http://everything2.com/index.pl?node=%s&searchy=search");
+define_webjump("man", "http://tozt.net/cgi-bin/man/man2html?query=%s");
// XXX: this isn't officially supported, but it works for now
webjumps["g"] = webjumps["google"];
webjumps["gl"] = webjumps["lucky"];
@@ -194,8 +197,7 @@ add_hook("window_initialize_hook", set_proxy_session);
* something? check this out
* - attempting to kill the last buffer should close it, but leave an empty
* buffer open
- * - smarter webjumps - cpan should go to the first search result, need one for
- * everything2, maybe man pages?
+ * - smarter webjumps - cpan should go to the first search result
* - default webjump should trigger on dns lookup failure
* - reimplement flashblock maybe?
* - session stuff doesn't save tab history