diff -Naur vimprobable2-old//config.h vimprobable2/config.h
--- vimprobable2-old//config.h	2011-09-21 14:54:48.000000000 +0300
+++ vimprobable2/config.h	2012-02-19 01:14:34.264967124 +0200
@@ -13,7 +13,7 @@
 #define INTERNAL_VERSION "Vimprobable2/"VERSION
 
 /* general settings */
-char startpage[MAX_SETTING_SIZE]      = "http://www.vimprobable.org/";
+char startpage[MAX_SETTING_SIZE]      = "http://www.salixos.org/start/";
 char useragent[MAX_SETTING_SIZE]      = "Vimprobable2/" VERSION;
 char acceptlanguage[MAX_SETTING_SIZE] = "";
 static const gboolean enablePlugins     = TRUE; /* TRUE keeps plugins enabled */
@@ -82,13 +82,20 @@
 
 /* search engines */
 static Searchengine searchengines[] = {
+    { "d",          "https://duckduckgo.com/?kj=g&t=salix&q=%s" },
+    { "sw",          "https://duckduckgo.com/?kj=g&t=salix&q=%s+site%%3Asalixos.org%%2Fwiki" },
+    { "sf",          "https://duckduckgo.com/?kj=g&t=salix&q=%s+site%%3Asalixos.org%%2Fforum" },
+    { "g",          "https://www.google.com/search?q=%s" },
+    { "y",          "https://www.youtube.com/results?search_query=%s" },
     { "i",          "http://ixquick.com/do/metasearch.pl?query=%s" },
     { "s",          "https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s" },
     { "w",          "https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%%3ASearch&search=%s&go=Go" },
     { "wd",         "https://secure.wikimedia.org/wikipedia/de/w/index.php?title=Special%%3ASearch&search=%s&go=Go" },
+    { "we",         "https://secure.wikimedia.org/wikipedia/el/w/index.php?title=Special%%3ASearch&search=%s&go=Go" },
+    { "wf",         "https://secure.wikimedia.org/wikipedia/fr/w/index.php?title=Special%%3ASearch&search=%s&go=Go" },
 };
 
-static char defaultsearch[MAX_SETTING_SIZE] = "i";
+static char defaultsearch[MAX_SETTING_SIZE] = "d";
 
 /* command mapping */
 Command commands[COMMANDSIZE] = {