Index of /www001/src/ports/editors/vim6/work/vim64/runtime/keymap

      Name                    Last modified       Size  Description

[DIR] Parent Directory 15-Oct-2005 07:31 - [   ] accents.vim 22-Jul-2001 05:28 1k [   ] arabic.vim 26-Apr-2003 07:20 1k [   ] arabic_utf-8.vim 11-May-2003 12:04 3k [   ] bulgarian.vim 17-Oct-2004 05:58 3k [   ] canfr-win.vim 09-Jun-2005 11:32 1k [   ] czech.vim 02-May-2003 13:35 1k [   ] czech_utf-8.vim 30-Sep-2001 23:34 1k [   ] esperanto.vim 02-May-2003 13:35 1k [   ] esperanto_utf-8.vim 25-Apr-2003 11:11 2k [   ] greek.vim 16-Feb-2004 02:17 1k [   ] greek_cp1253.vim 14-Feb-2004 09:00 2k [   ] greek_iso-8859-7.vim 05-Sep-2001 11:59 2k [   ] greek_utf-8.vim 09-Mar-2002 09:41 26k [   ] hebrew.vim 02-May-2003 13:47 1k [   ] hebrew_cp1255.vim 12-Feb-2002 16:14 2k [   ] hebrew_iso-8859-8.vim 29-Apr-2004 01:49 1k [   ] hebrew_utf-8.vim 29-Apr-2004 01:49 4k [   ] hebrewp.vim 02-May-2003 13:47 1k [   ] hebrewp_cp1255.vim 09-Mar-2002 09:41 2k [   ] hebrewp_iso-8859-8.vim 29-Apr-2004 01:49 1k [   ] hebrewp_utf-8.vim 29-Apr-2004 01:49 4k [   ] lithuanian-baltic.vim 01-Feb-2003 04:04 1k [   ] magyar_utf-8.vim 08-Aug-2003 02:05 1k [   ] persian-iranian_utf-..> 10-Oct-2005 13:09 1k [   ] persian.vim 18-Aug-2003 01:55 1k [   ] pinyin.vim 16-Feb-2004 02:01 1k [   ] russian-jcuken.vim 23-Jun-2001 12:28 2k [   ] russian-jcukenwin.vim 23-Jun-2001 12:28 3k [   ] russian-yawerty.vim 15-Jan-2002 01:12 2k [   ] serbian-latin.vim 02-May-2003 13:35 1k [   ] serbian-latin_utf-8.vim 25-Jun-2002 13:02 1k [   ] serbian.vim 02-May-2003 13:48 1k [   ] serbian_cp1250.vim 25-Jun-2002 13:13 1k [   ] serbian_cp1251.vim 25-Jun-2002 13:13 1k [   ] serbian_iso-8859-2.vim 25-Jun-2002 13:04 1k [   ] serbian_iso-8859-5.vim 25-Jun-2002 13:14 1k [   ] serbian_utf-8.vim 25-Jun-2002 13:06 1k [   ] slovak.vim 02-May-2003 13:49 1k [   ] slovak_cp1250.vim 05-Nov-2002 14:24 1k [   ] slovak_iso-8859-2.vim 05-Nov-2002 14:24 1k [   ] slovak_utf-8.vim 05-Nov-2002 14:25 1k

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".