1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 16:17:57 +01:00

changed ":help open" to ":help :open"

This commit is contained in:
Martin Stubenschrott
2007-04-29 03:35:34 +00:00
parent 8822a151a5
commit abeafde55f
5 changed files with 73 additions and 54 deletions

View File

@@ -700,7 +700,7 @@ var g_mappings = [/*{{{*/
["h", "<Left>"],
["{count}h", "{count}<Left>"],
"Scroll document to the left",
"Count is supported: <code class=mapping>10h</code> will move 10 times as much to the left.",
"Count is supported: <code class=mapping>10h</code> will move 10 times as much to the left.<br/>"+
"If the document cannot scroll more, a beep is emmited (unless <code class=setting>'beep'</code> is turned off).",
function(count) { scrollBufferRelative(-1, 0); }
],