blob: 128bc3b24eacc3644bd3a204a2eabde81fa99b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://liberator/locale/liberator.dtd">
<document
name="insert"
title="&appname; Insert Mode"
xmlns="http://vimperator.org/namespaces/liberator"
xmlns:html="http://www.w3.org/1999/xhtml">
<h2 tag="Insert-mode Insert mode-insert">Insert mode</h2>
<p>
Insert mode is used to enter text in text boxes and text areas. When
<o>insertmode</o> is set, focusing on a text area immediately switches to
Insert mode.
</p>
<item>
<tags>i_i</tags>
<spec>i_i</spec>
<description>
<p>Starts Insert mode in text areas when <o>insertmode</o> is not set.</p>
</description>
</item>
<h2 tag="ins-special-keys">Insert-mode special keys</h2>
<item>
<tags><![CDATA[i_<C-i>]]></tags>
<spec><C-i></spec>
<description>
<p>Launch the external editor. See the <o>editor</o> option.</p>
</description>
</item>
<item>
<tags><![CDATA[i_<C-]>]]></tags>
<spec><C-]></spec>
<description>
<p>Expand an Insert-mode abbreviation.</p>
</description>
</item>
</document>
<!-- vim:se sts=4 sw=4 et: -->
|