README.txt 955 B

123456789101112131415161718192021222324252627
  1. keymap files for Vim
  2. One of these files is loaded when the 'keymap' option is set.
  3. The name of the file consists of these parts:
  4. {language}[-{layout}][_{encoding}].vim
  5. {language} Name of the language (e.g., "hebrew", "greek")
  6. {layout} Optional: name of the keyboard layout (e.g., "spanish",
  7. "russian3"). When omitted the layout of the standard
  8. US-english keyboard is assumed.
  9. {encoding} Optional: character encoding for which this keymap works.
  10. When omitted the "normal" encoding for the language is
  11. assumed.
  12. Use the value the 'encoding' option: lower case only, use '-'
  13. instead of '_'.
  14. Each file starts with a header, naming the maintainer and the date when it was
  15. last changed. If you find a problem in a keymap file, check if you have the
  16. most recent version. If necessary, report a problem to the maintainer.
  17. The format of the keymap lines below "loadkeymap" is explained in the Vim help
  18. files, see ":help keymap-file-format".