• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..30-Apr-201459

accents.vimH A D31-Aug-2009649

arabic.vimH A D31-Aug-2009109

arabic_utf-8.vimH A D31-Aug-20093.3 KiB

bulgarian-bds.vimH A D08-Sep-20106.3 KiB

bulgarian-phonetic.vimH A D08-Sep-20105.7 KiB

canfr-win.vimH A D31-Aug-20091.1 KiB

croatian.vimH A D31-Aug-2009340

croatian_cp1250.vimH A D31-Aug-2009552

croatian_iso-8859-2.vimH A D31-Aug-2009705

croatian_utf-8.vimH A D31-Aug-2009610

czech.vimH A D31-Aug-200935

czech_utf-8.vimH A D08-Sep-2010564

dvorak.vimH A D08-Sep-2010507

esperanto.vimH A D31-Aug-200939

esperanto_utf-8.vimH A D31-Aug-20092.3 KiB

greek.vimH A D31-Aug-2009234

greek_cp1253.vimH A D31-Aug-20092.2 KiB

greek_cp737.vimH A D31-Aug-20091.9 KiB

greek_iso-8859-7.vimH A D31-Aug-20092.1 KiB

greek_utf-8.vimH A D31-Aug-200925.7 KiB

hebrew.vimH A D31-Aug-2009322

hebrew_cp1255.vimH A D31-Aug-20091.7 KiB

hebrew_iso-8859-8.vimH A D31-Aug-20091,006

hebrew_utf-8.vimH A D31-Aug-20093.7 KiB

hebrewp.vimH A D31-Aug-2009325

hebrewp_cp1255.vimH A D31-Aug-20091.5 KiB

hebrewp_iso-8859-8.vimH A D31-Aug-2009797

hebrewp_utf-8.vimH A D31-Aug-20093.5 KiB

kana.vimH A D31-Aug-20098.8 KiB

lithuanian-baltic.vimH A D31-Aug-2009963

magyar_utf-8.vimH A D31-Aug-2009326

mongolian_utf-8.vimH A D31-Aug-20092.5 KiB

persian-iranian_utf-8.vimH A D31-Aug-2009752

persian.vimH A D31-Aug-2009144

pinyin.vimH A D31-Aug-2009536

polish-slash.vimH A D31-Aug-2009709

polish-slash_cp1250.vimH A D31-Aug-20091.3 KiB

polish-slash_cp852.vimH A D31-Aug-20091.3 KiB

polish-slash_iso-8859-2.vimH A D31-Aug-20091.3 KiB

polish-slash_utf-8.vimH A D31-Aug-20091.4 KiB

README.txtH A D31-Aug-2009955

russian-dvorak.vimH A D31-Aug-20092.5 KiB

russian-jcuken.vimH A D31-Aug-20092.5 KiB

russian-jcukenwin.vimH A D31-Aug-20092.5 KiB

russian-yawerty.vimH A D31-Aug-20092.4 KiB

serbian-latin.vimH A D31-Aug-200943

serbian-latin_utf-8.vimH A D31-Aug-2009556

serbian.vimH A D31-Aug-2009467

serbian_cp1250.vimH A D31-Aug-2009451

serbian_cp1251.vimH A D31-Aug-2009654

serbian_iso-8859-2.vimH A D31-Aug-2009473

serbian_iso-8859-5.vimH A D31-Aug-2009660

serbian_utf-8.vimH A D31-Aug-2009793

sinhala-phonetic_utf-8.vimH A D31-Aug-20094.6 KiB

sinhala.vimH A D31-Aug-200990

slovak.vimH A D31-Aug-2009322

slovak_cp1250.vimH A D31-Aug-2009760

slovak_iso-8859-2.vimH A D31-Aug-2009760

slovak_utf-8.vimH A D31-Aug-2009812

tamil_tscii.vimH A D31-Aug-200914.5 KiB

thaana-phonetic_utf-8.vimH A D31-Aug-20092.8 KiB

thaana.vimH A D31-Aug-200971

ukrainian-dvorak.vimH A D31-Aug-20092.7 KiB

ukrainian-jcuken.vimH A D31-Aug-20092.7 KiB

vietnamese-viqr_utf-8.vimH A D31-Aug-20091.2 KiB

README.txt

1keymap 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".
27