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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user