Install vim73
[msysgit/mtrensch.git] / share / vim / vim73 / keymap / README.txt
blobd42e0269338ea598c22026c9f6a4d0b254891509
1 keymap files for Vim
3 One of these files is loaded when the 'keymap' option is set.
5 The name of the file consists of these parts:
7         {language}[-{layout}][_{encoding}].vim
9 {language}      Name of the language (e.g., "hebrew", "greek")
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.
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 '_'.
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.
25 The format of the keymap lines below "loadkeymap" is explained in the Vim help
26 files, see ":help keymap-file-format".