Index of /pub/vim/runtime/keymap

Icon  Name                        Last modified      Size  Description
[DIR] Parent Directory - [   ] accents.vim 27-Oct-2007 17:48 649 [   ] arabic.vim 27-Oct-2007 18:04 109 [   ] arabic_utf-8.vim 27-Oct-2007 17:54 3.3K [   ] bulgarian-bds.vim 29-Jun-2008 14:45 6.9K [   ] bulgarian-phonetic.vim 29-Jun-2008 14:45 6.4K [   ] bulgarian.vim 27-Oct-2007 17:58 2.8K [   ] canfr-win.vim 27-Oct-2007 19:04 1.1K [   ] croatian.vim 11-Dec-2007 21:24 340 [   ] croatian_cp1250.vim 11-Dec-2007 21:24 552 [   ] croatian_iso-8859-2.vim 11-Dec-2007 21:24 705 [   ] croatian_utf-8.vim 11-Dec-2007 21:24 610 [   ] czech.vim 27-Oct-2007 18:00 35 [   ] czech_utf-8.vim 27-Oct-2007 17:31 584 [   ] esperanto.vim 27-Oct-2007 18:20 39 [   ] esperanto_utf-8.vim 27-Oct-2007 18:10 2.3K [   ] greek.vim 27-Oct-2007 17:51 234 [   ] greek_cp737.vim 27-Oct-2007 18:02 1.9K [   ] greek_cp1253.vim 27-Oct-2007 17:23 2.2K [   ] greek_iso-8859-7.vim 27-Oct-2007 18:10 2.1K [   ] greek_utf-8.vim 27-Oct-2007 19:00 26K [   ] hebrew.vim 27-Oct-2007 17:37 322 [   ] hebrew_cp1255.vim 27-Oct-2007 18:16 1.7K [   ] hebrew_iso-8859-8.vim 27-Oct-2007 17:34 1.0K [   ] hebrew_utf-8.vim 27-Oct-2007 17:30 3.7K [   ] hebrewp.vim 27-Oct-2007 19:12 325 [   ] hebrewp_cp1255.vim 27-Oct-2007 19:06 1.5K [   ] hebrewp_iso-8859-8.vim 27-Oct-2007 18:02 797 [   ] hebrewp_utf-8.vim 27-Oct-2007 17:24 3.5K [   ] kana.vim 27-Oct-2007 18:58 8.8K [   ] lithuanian-baltic.vim 27-Oct-2007 18:08 963 [   ] magyar_utf-8.vim 27-Oct-2007 17:51 326 [   ] mongolian_utf-8.vim 27-Oct-2007 17:20 2.5K [   ] persian-iranian_utf-8.vim 27-Oct-2007 17:21 752 [   ] persian.vim 27-Oct-2007 17:26 144 [   ] pinyin.vim 27-Oct-2007 17:39 536 [   ] polish-slash.vim 27-Oct-2007 17:56 709 [   ] polish-slash_cp852.vim 27-Oct-2007 18:16 1.3K [   ] polish-slash_cp1250.vim 27-Oct-2007 17:49 1.3K [   ] polish-slash_iso-8859-2.vim 27-Oct-2007 19:00 1.3K [   ] polish-slash_utf-8.vim 27-Oct-2007 17:40 1.4K [   ] russian-dvorak.vim 01-Apr-2008 21:00 2.5K [   ] russian-jcuken.vim 27-Oct-2007 17:38 2.5K [   ] russian-jcukenwin.vim 27-Oct-2007 17:35 2.5K [   ] russian-yawerty.vim 27-Oct-2007 18:56 2.4K [   ] serbian-latin.vim 27-Oct-2007 18:14 43 [   ] serbian-latin_utf-8.vim 27-Oct-2007 18:09 556 [   ] serbian.vim 27-Oct-2007 17:23 467 [   ] serbian_cp1250.vim 27-Oct-2007 18:58 451 [   ] serbian_cp1251.vim 27-Oct-2007 18:10 654 [   ] serbian_iso-8859-2.vim 27-Oct-2007 17:37 473 [   ] serbian_iso-8859-5.vim 27-Oct-2007 17:53 660 [   ] serbian_utf-8.vim 27-Oct-2007 18:09 793 [   ] sinhala-phonetic_utf-8.vim 27-Oct-2007 17:36 4.6K [   ] sinhala.vim 27-Oct-2007 18:09 90 [   ] slovak.vim 27-Oct-2007 17:51 322 [   ] slovak_cp1250.vim 27-Oct-2007 17:21 760 [   ] slovak_iso-8859-2.vim 27-Oct-2007 17:31 760 [   ] slovak_utf-8.vim 27-Oct-2007 17:26 812 [   ] tamil_tscii.vim 27-Oct-2007 18:18 14K [   ] thaana-phonetic_utf-8.vim 27-Oct-2007 17:41 2.8K [   ] thaana.vim 27-Oct-2007 19:02 71 [   ] ukrainian-dvorak.vim 01-Apr-2008 21:00 2.7K [   ] ukrainian-jcuken.vim 13-Nov-2007 19:24 2.7K [   ] vietnamese-viqr_utf-8.vim 27-Oct-2007 17:52 1.2K
keymap files for Vim

One of these files is loaded when the 'keymap' option is set.

The name of the file consists of these parts:

	{language}[-{layout}][_{encoding}].vim

{language}	Name of the language (e.g., "hebrew", "greek")

{layout}	Optional: name of the keyboard layout (e.g., "spanish",
		"russian3").  When omitted the layout of the standard
		US-english keyboard is assumed.

{encoding}	Optional: character encoding for which this keymap works.
		When omitted the "normal" encoding for the language is
		assumed.
		Use the value the 'encoding' option: lower case only, use '-'
		instead of '_'.

Each file starts with a header, naming the maintainer and the date when it was
last changed.  If you find a problem in a keymap file, check if you have the
most recent version.  If necessary, report a problem to the maintainer.

The format of the keymap lines below "loadkeymap" is explained in the Vim help
files, see ":help keymap-file-format".