1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 23:54:13 +01:00

more help

This commit is contained in:
Martin Stubenschrott
2008-01-22 21:40:45 +00:00
parent 435bce0d98
commit ac84697611
2 changed files with 37 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ section:Help{nbsp}topics[overview]
- help:Browsing[browsing.html]: Explains most mappings and commands needed for
a browsing session.
- help:Options[options.html]: A description of all options.
- help:Various[various.html]: Other help which didn't fit into a category.
section:Features[features]

View File

@@ -8,4 +8,40 @@ ____
Redraws the screen. Useful to update the screen halfway executing a script or function.
____
|:norm| |:normal|
||:norm[al][!] {commands}|| +
________________________________________________________________________________
Execute Normal mode commands {commands}. This makes
it possible to execute Normal mode commands typed on
the command-line. {commands} is executed like it is
typed. If the [!] is given, mappings will not be used.
{commands} should be a complete command.
{commands} cannot start with a space. Put a 1 (one)
before it, 1 space is one space.
________________________________________________________________________________
section:Online{nbsp}Help[online-help]
|<F1>| |:help| |:h| |help|
||:h[elp] {subject}|| +
||<F1>||
________________________________________________________________________________
Open help window.
The default section is shown unless {subject} is specified.
If you need help for a specific topic, try [c]:help overview[c].
____________________________________________________________________________
|:exu| |:exusage|
||:exu[sage]||
________________________________________________________________________________
Show help on Ex commands. Added to simulate the Nvi command.
________________________________________________________________________________
|:viu| |:viusage|
||:viu[sage]||
________________________________________________________________________________
Show help on Normal mode commands. Added to simulate the Nvi command.
________________________________________________________________________________