/usr/share/vim/vim74/keymap/accents.vim is in vim-runtime 2:7.4.052-1ubuntu3.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | " 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 ý
'' '
´´ ´
`` `
^^ ^
~~ ~
:: :
|