diff options
Diffstat (limited to 'runtime/keymap/accents.vim')
-rw-r--r-- | runtime/keymap/accents.vim | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/runtime/keymap/accents.vim b/runtime/keymap/accents.vim new file mode 100644 index 000000000..fae465e93 --- /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 � +'' ' +�� � +`` ` +^^ ^ +~~ ~ |