mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
a98a6996c2
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>
79 lines
649 B
VimL
79 lines
649 B
VimL
" Vim Keymap file for latin1 accents through dead characters
|
||
" Maintainer: Bram Moolenaar
|
||
" Last Change: 2006 Mar 29
|
||
|
||
" 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 Ã
|
||
:A Ä
|
||
'C Ç
|
||
´C Ç
|
||
`E È
|
||
'E É
|
||
´E É
|
||
^E Ê
|
||
`I Ì
|
||
'I Í
|
||
´I Í
|
||
^I Î
|
||
~N Ñ
|
||
`O Ò
|
||
'O Ó
|
||
´O Ó
|
||
^O Ô
|
||
~O Õ
|
||
:O Ö
|
||
`U Ù
|
||
'U Ú
|
||
´U Ú
|
||
^U Û
|
||
:U Ü
|
||
'Y Ý
|
||
´Y Ý
|
||
`a à
|
||
'a á
|
||
´a á
|
||
^a â
|
||
~a ã
|
||
:a ä
|
||
'c ç
|
||
´c ç
|
||
`e è
|
||
'e é
|
||
´e é
|
||
^e ê
|
||
`i ì
|
||
'i í
|
||
´i í
|
||
^i î
|
||
~n ñ
|
||
`o ò
|
||
'o ó
|
||
´o ó
|
||
^o ô
|
||
~o õ
|
||
:o ö
|
||
`u ù
|
||
'u ú
|
||
´u ú
|
||
^u û
|
||
:u ü
|
||
'y ý
|
||
´y ý
|
||
'' '
|
||
´´ ´
|
||
`` `
|
||
^^ ^
|
||
~~ ~
|
||
:: :
|