1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 05:04:17 +01:00

Improve the Caret and Visual documentation somewhat.

This commit is contained in:
Štěpán Němec
2011-10-03 23:44:05 +02:00
parent 9d5a2c7670
commit 52ae6d04fa
2 changed files with 8 additions and 5 deletions

View File

@@ -255,14 +255,18 @@
</item>
<item>
<tags><![CDATA[<Insert> i]]></tags>
<tags><![CDATA[<Insert>]]> i caret-mode visual-mode</tags>
<strut/>
<spec>i</spec>
<description>
<p>
Start Caret mode. This mode resembles the Vim's Normal mode where
the text cursor is visible on the web page. The <k link="false">v</k> key
enters Visual mode, where text is selected as the cursor moves.
Start Caret mode. This mode resembles Vim's Normal mode where the
text cursor is visible on the web page. The <k link="false">v</k>
key enters Visual mode, where text is selected as the cursor moves.
</p>
<p>
You can see all mappings effective in Caret or Visual mode using
the <ex>:listkeys</ex> command.
</p>
</description>
</item>