"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "vim72/runtime/keymap/README.txt" of archive vim-7.2.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 keymap files for Vim
2
3 One of these files is loaded when the 'keymap' option is set.
4
5 The name of the file consists of these parts:
6
7 {language}[-{layout}][_{encoding}].vim
8
9 {language} Name of the language (e.g., "hebrew", "greek")
10
11 {layout} Optional: name of the keyboard layout (e.g., "spanish",
12 "russian3"). When omitted the layout of the standard
13 US-english keyboard is assumed.
14
15 {encoding} Optional: character encoding for which this keymap works.
16 When omitted the "normal" encoding for the language is
17 assumed.
18 Use the value the 'encoding' option: lower case only, use '-'
19 instead of '_'.
20
21 Each file starts with a header, naming the maintainer and the date when it was
22 last changed. If you find a problem in a keymap file, check if you have the
23 most recent version. If necessary, report a problem to the maintainer.
24
25 The format of the keymap lines below "loadkeymap" is explained in the Vim help
26 files, see ":help keymap-file-format".