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:
@@ -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); }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user