File: accents.vim

package info (click to toggle)
vim 6.1.018-1woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 18,144 kB
  • ctags: 13,404
  • sloc: ansic: 171,869; makefile: 2,680; perl: 1,022; awk: 700; sh: 546; csh: 6
file content (71 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
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
" 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	
''	'
	
``	`
^^	^
~~	~