1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:54:12 +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>

View File

@@ -21,7 +21,6 @@ FEATURES:
8 wherever possible: get rid of dialogs and ask console-like dialog questions
or write error prompts directly on the webpage or with :echo()
8 registers
8 Document Caret and Visual modes.
8 add support for filename special characters such as %
8 :redir and 'verbosefile'
8 middleclick in content == p, and if command line is open, paste there the clipboard buffer