mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 14:35:46 +01:00
many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :))
This commit is contained in:
@@ -28,6 +28,8 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
|
||||
\[arg2\]=<span class="argument">[arg2]</span>
|
||||
\[url\]=<span class="argument">[url]</span>
|
||||
\[file\]=<span class="argument">[file]</span>
|
||||
\[value\]=<span class="argument">[value]</span>
|
||||
\[filter\]=<span class="argument">[filter]</span>
|
||||
\[!\]=<span class="argument">[!]</span>
|
||||
|
||||
# [macros]
|
||||
|
||||
@@ -50,13 +50,13 @@ section:Help{nbsp}topics[overview]
|
||||
a browsing session (how to open a web page or go back in history).
|
||||
- help:Motion{nbsp}commands[motion.html]: How to efficiently scroll in
|
||||
Vimperator.
|
||||
- help:Options[options.html]: A description of all options.
|
||||
- help:Tabs[tabs.html]: Manage your tabbed browsing session.
|
||||
- help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history.
|
||||
- help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat
|
||||
recurring workflows.
|
||||
- help:Autocommands[autocommands.html]: Automatically execute code on ceratain
|
||||
events.
|
||||
- help:Options[options.html]: A description of all options.
|
||||
- help:Developer{nbsp}Information[developer.html]: How to write docs or
|
||||
plugins.
|
||||
- help:Various[various.html]: Other help which didn't fit into any other category.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -290,7 +290,6 @@ span.tag, span.hiddentag {
|
||||
font-weight: bold;
|
||||
color: rgb(255, 0, 255); /* magenta */
|
||||
padding-left: 15px;
|
||||
/*padding-top: -5px;*/
|
||||
float: right;
|
||||
}
|
||||
/* inside a table cell means this tag is part of a section */
|
||||
|
||||
Reference in New Issue
Block a user