blob: d42e0269338ea598c22026c9f6a4d0b254891509 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001keymap files for Vim
2
3One of these files is loaded when the 'keymap' option is set.
4
5The 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
21Each file starts with a header, naming the maintainer and the date when it was
22last changed. If you find a problem in a keymap file, check if you have the
23most recent version. If necessary, report a problem to the maintainer.
24
25The format of the keymap lines below "loadkeymap" is explained in the Vim help
26files, see ":help keymap-file-format".