diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index d8b3bc7f..a474a823 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -777,12 +777,12 @@ function Commands() //{{{ "
:open ... with current location \"http://www.example.com/dir1/dir2/file.html\" will open \"http://www.example.com\":open ./foo.html with current location \"http://www.example.com/dir1/dir2/file.html\" will open \"http://www.example.com/dir1/dir2/foo.html\":open wikipedia linus torvalds " +
+ "and the first word is the name of a search engine (:open Wikipedia linus torvalds " +
"will open the wikipedia entry for linus torvalds). The short name of a search engine is automatically guessed from its name. " +
"If you want to set a custom name, open the $FIREFOX_PROFILE/searchplugins/*.xml file of the search engine, and add/change " +
"<Alias>myalias</Alias> 'defsearch' option) " +
- "if the first word is no search engine (:open linus torvalds will open a google search for linux torvalds).:open linus torvalds will open a Google search for linux torvalds)." +
" :open www.osnews.com, www.slashdot.org will " +
"open OSNews in the current, and Slashdot in a new background tab).<Esc> are passed to the next event handler.<Esc>. If you also need to pass <Esc>" +
@@ -323,8 +323,8 @@ function Mappings() //{{{
function() { vimperator.addMode(null, vimperator.modes.ESCAPE_ONE_KEY); },
{
short_help: "Escape next key",
- help: "If you need to pass a certain key to a javascript form field or another extension prefix the key with <C-v>.<C-o> which are otherwise hidden in vimperator.<C-v>.<C-o> which are otherwise hidden in Vimperator.<I>), <C-v> will pass the next key to Vimperator instead of the web page."
}
));