diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js
index cb0522e7..0f672e9c 100644
--- a/chrome/content/vimperator/commands.js
+++ b/chrome/content/vimperator/commands.js
@@ -812,7 +812,7 @@ var g_mappings = [/*{{{*/
[";"],
"Start ExtendedHint mode",
"ExtendedHint mode is useful, since in this mode you can yank link locations, or open them in a new window.
"+
- "If you want to yank the location of hint AB, press ; to start this hint mode.
"+
+ "E.g., if you want to yank the location of hint AB, press ; to start this hint mode.
"+
"Then press AB to select the hint. Now press y to yank its location.
"+
"Actions for selected hints in ExtendedHint mode are:
"+
"
y to yank its locations to save its destination (not implemented yet)<C-w> to open its destination in a new window;AB,AC,ADt opens AB, AC and AD in a new tab.;ab,ac,adt opens AB, AC and AD in a new tab.'extendedhinttags' XPath string.",
function(count) { hah.enableHahMode(HINT_MODE_EXTENDED); }
],
diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js
index 84e16974..ed5f9f90 100644
--- a/chrome/content/vimperator/help.js
+++ b/chrome/content/vimperator/help.js
@@ -109,20 +109,23 @@ table.settings th {\
var header = 'First there was a Navigator, then there was an Explorer. Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)
' + 'First there was a Navigator, then there was an Explorer.
'+
+ 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)
Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. ' + + '
Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor.
' +
'It has similar key bindings, and you could call it a modal webbrowser, as key bindings differ according to which mode you are in.
Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden. If you really need them, type: :set guioptions=mT to get it back. ' +
- 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it. ' +
+ '
Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.
'+
+ 'If you really need them, type: :set guioptions=mT to get it back.
' +
+ 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it.
' +
'If you like it, but can\'t remember the shortcuts, press F1 or :help to get this help window back.
Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme. For best experience, I therefore recommend the Whitehart theme.
' + + 'Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme.
'+
+ 'For best experience, I therefore recommend the Whitehart theme.
Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator, you can either send me greetings, patches ' + - 'or make a donation: ' + + '
Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator, you can either
'+
+ 'send me greetings, patches or make a donation: ' +
'
" +beg+ cmd_name +end+ '';
}
- ret += '' + // should change that to: white-space: pre-wrap; once CSS3 hits firefox
header +
introduction +
mappings +
commands +
settings +
- ''
+ '