mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 14:03:31 +02:00
many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :))
This commit is contained in:
@@ -45,6 +45,12 @@ ________________________________________________________________________________
|
||||
Show help on Normal mode commands. Added to simulate the Nvi command.
|
||||
________________________________________________________________________________
|
||||
|
||||
|42| +
|
||||
|
||||
What is the meaning of life, the universe and everything?
|
||||
Douglas Adams, the only person who knew what this question really was about is
|
||||
now dead, unfortunately. So now you might wonder what the meaning of death
|
||||
is...
|
||||
|
||||
|
||||
|
||||
@@ -982,13 +988,6 @@ command.. Example: [c]:execute echo "test"[c] shows a message with the text
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:exu| |:exusage|
|
||||
||:exu[sage]||
|
||||
________________________________________________________________________________
|
||||
Show help for Ex commands.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:fw| |:fo| |:forward|
|
||||
||:[count]fo[rward][!] [url]|| +
|
||||
________________________________________________________________________________
|
||||
@@ -1510,9 +1509,9 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|:time|
|
||||
||:{count} time[!] {code|:command}|| +
|
||||
||:[count]time[!] {code|:command}|| +
|
||||
________________________________________________________________________________
|
||||
Profile a piece of code or a command. Runs {code} {count} times (default 1)
|
||||
Profile a piece of code or a command. Run {code} [count] times (default 1)
|
||||
and returns the elapsed time. {code} is always passed to JavaScript's eval(),
|
||||
which might be slow, so take the results with a grain of salt.
|
||||
|
||||
@@ -1583,13 +1582,6 @@ external editor.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:viu| |:viusage|
|
||||
||:viu[sage]||
|
||||
________________________________________________________________________________
|
||||
Show help for normal mode commands.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|:wc| |:wclose| |:winc| |:winclose|
|
||||
||:winc[ose] [url] [, url]|| +
|
||||
________________________________________________________________________________
|
||||
@@ -1612,9 +1604,9 @@ ________________________________________________________________________________
|
||||
||:zo[om][!] [value]|| +
|
||||
||:zo[om][!] +{value} | -{value}|| +
|
||||
________________________________________________________________________________
|
||||
Set zoom value of current web page. If {value} can be an absolute value
|
||||
Set zoom value of current web page. If [value] can be an absolute value
|
||||
between 1 and 2000% or a relative value if prefixed with '-' or '+'. If
|
||||
{value} is omitted, zoom is reset to 100%.
|
||||
[value] is omitted, zoom is reset to 100%.
|
||||
|
||||
Normally this command operates on the text zoom, if used with [!] it operates
|
||||
on full zoom.
|
||||
|
||||
Reference in New Issue
Block a user