1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 05:02:26 +01:00

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
This commit is contained in:
Štěpán Němec
2011-02-20 23:31:05 +01:00
parent e084c7488f
commit db14f13353
6 changed files with 49 additions and 578 deletions

View File

@@ -17,7 +17,7 @@
<include href="browsing" tag="browsing.xml"/>
<include href="buffer" tag="buffer.xml"/>
<include href="cmdline" tag="cmdline.xml"/>
<include href="insert" tag="insert.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"/>