On Mon, May 30, 2011 at 04:20:04PM -0400, Joe Fineman wrote: > 3. Last & least: "g w ", possibly with an argument, summons Wikipedia > in the old Conkeror, but in the new one several more characters > and a CR are required. I gathered from chitchat on this list some > time ago that that convenience was deprecated and doomed, but for > my own use I would like it back. Is there an easy way to get it? > (I am glad to see that "g g " still gets me Google.)
You can add an explicit webjump alias, instead of relying on the automatic lookup, as follows: webjumps["w"] = webjumps["wikipedia"]; Conversely, you could delete all of your other webjumps that start with the letter w: delete webjumps["wiktionary"]; -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
