diff --git a/locale/en-US/intro.txt b/locale/en-US/intro.txt index 7246ccb6..d2d8be60 100644 --- a/locale/en-US/intro.txt +++ b/locale/en-US/intro.txt @@ -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] diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 8b140899..bcc045f7 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -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] + +|| |:help| |:h| |help| +||:h[elp] {subject}|| + +|||| +________________________________________________________________________________ +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. +________________________________________________________________________________