1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 09:52:27 +01:00
Files
pentadactyl-pm/common/locale/en-US/all.xml
Štěpán Němec db14f13353 Slim down insert.xml again now that all mappings are described in the autogenerated index.
Rename it to editing.xml, as it describes text (area) editing in general, not
only Insert mode.

--HG--
rename : common/locale/en-US/insert.xml => common/locale/en-US/editing.xml
2011-02-20 23:31:05 +01:00

44 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?>
<!DOCTYPE document SYSTEM "dactyl://content/dtd">
<document
name="all"
title="&dactyl.appName; All"
xmlns="&xmlns.dactyl;"
xmlns:html="&xmlns.html;">
<tags>all</tags>
<toc/>
<include href="intro" tag="intro.xml"/>
<include href="starting" tag="starting.xml"/>
<include href="browsing" tag="browsing.xml"/>
<include href="buffer" tag="buffer.xml"/>
<include href="cmdline" tag="cmdline.xml"/>
<include href="editing" tag="editing.xml"/>
<include href="options" tag="options.xml"/>
<include href="pattern" tag="pattern.xml"/>
<include href="tabs" tag="tabs.xml"/>
<include href="hints" tag="hints.xml"/>
<include href="map" tag="map.xml"/>
<include href="eval" tag="eval.xml"/>
<include href="marks" tag="marks.xml"/>
<include href="repeat" tag="repeat.xml"/>
<include href="autocommands" tag="autocommands.xml"/>
<include href="print" tag="print.xml"/>
<include href="gui" tag="gui.xml"/>
<include href="styling" tag="styling.xml"/>
<include href="message" tag="message.xml"/>
<include href="privacy" tag="privacy.xml"/>
<include href="developer" tag="developer.xml"/>
<include href="various" tag="various.xml"/>
<include href="plugins" tag="plugins.xml"/>
<include href="faq" tag="faq.xml"/>
<include href="index" tag="index.xml"/>
</document>
<!-- vim:se sts=4 sw=4 et: -->