diff runtime/keymap/accents.vim @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 6897668c467f
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/runtime/keymap/accents.vim
@@ -0,0 +1,71 @@
+" Vim Keymap file for latin1 accents through dead characters
+" Maintainer: Bram Moolenaar
+" Last Change: 2001 Jul 22
+
+" All characters are given literally, conversion to another encoding (e.g.,
+" UTF-8) should work.
+scriptencoding latin1
+
+" Use this short name in the status line.
+let b:keymap_name = "acc"
+
+loadkeymap
+`A	À
+'A	Á
+´A	Á
+^A	Â
+~A	Ã
+'C	Ç
+´C	Ç
+`E	È
+'E	É
+´E	É
+^E	Ê
+`I	Ì
+'I	Í
+´I	Í
+^I	Î
+~N	Ñ
+`O	Ò
+'O	Ó
+´O	Ó
+^O	Ô
+~O	Õ
+`U	Ù
+'U	Ú
+´U	Ú
+^U	Û
+'Y	Ý
+´Y	Ý
+`a	à
+'a	á
+´a	á
+^a	â
+~a	ã
+'c	ç
+´c	ç
+`e	è
+'e	é
+´e	é
+^e	ê
+`i	ì
+'i	í
+´i	í
+^i	î
+~n	ñ
+`o	ò
+'o	ó
+´o	ó
+^o	ô
+~o	õ
+`u	ù
+'u	ú
+´u	ú
+^u	û
+'y	ý
+´y	ý
+''	'
+´´	´
+``	`
+^^	^
+~~	~