1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-07 14:03:31 +02:00

Normalise the capitalisation of mode names in the help.

This commit is contained in:
Doug Kearns
2009-02-19 22:56:05 +11:00
parent 7d4a3ae1b8
commit f1a4464e76
8 changed files with 44 additions and 44 deletions

View File

@@ -94,7 +94,7 @@ section:Uncategorized{nbsp}help[uncategorized]
|<C-[>| |<Esc>| +
||<Esc>||
________________________________________________________________________________
Focus content. Exits command-line or hint mode and returns to browser
Focus content. Exits Command-line or Hints mode and returns to Normal
mode. Also focuses the web page in case a form field has focus and eats
our key presses.
________________________________________________________________________________
@@ -103,8 +103,8 @@ ________________________________________________________________________________
|<Insert>| |i| +
||i||
________________________________________________________________________________
Start caret mode. This mode resembles the Vim normal mode where you see a text
cursor and can move around. If you want to select text in this mode, press
Start caret mode. This mode resembles the Vim's Normal mode where you see a
text cursor and can move around. If you want to select text in this mode, press
[m]v[m] to start its Visual mode.
________________________________________________________________________________