aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-05-09 16:53:41 +0100
committerStephen Blott2015-05-09 16:53:41 +0100
commit0c6b6e53d60a1c4b694d1515fdb7e43080bbf0d3 (patch)
treec4a24b18e8053786088bc65afd70543241fa7882
parent311b35e416053a0d5d03eaf7eb894375f6e0f20d (diff)
downloadvimium-0c6b6e53d60a1c4b694d1515fdb7e43080bbf0d3.tar.bz2
Search completion; tweak default setting.
-rw-r--r--background_scripts/settings.coffee4
1 files changed, 3 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index 89b26bff..e5604b78 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -93,7 +93,9 @@ root.Settings = Settings =
searchEngines: [
"w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia"
""
- "# More examples:"
+ "# More examples."
+ "#"
+ "# (Vimium has built-in completion for these.)"
"#"
"# g: http://www.google.com/search?q=%s Google"
"# l: http://www.google.com/search?q=%s&btnI I'm feeling lucky..."