Mercurial > dotfiles
comparison vim/keymap/french.vim @ 42:6b831735c092
Added french keymap support.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 22:48:52 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:b5f45325f37a | 42:6b831735c092 |
---|---|
1 " Vim keymap for French keyboards. | |
2 " | |
3 " This keymap is mainly for using a french keyboard in insert mode | |
4 " while using a physical US keyboard. | |
5 " | |
6 " The keymap should be pretty exhaustive and natural. The only exception | |
7 " is the *μ key (mapped to \| on a US keyboard), which is probably | |
8 " placed above the ENTER key instead of next to it, as it is on real | |
9 " french keyboards -- but that's a limitation of mapping 2 different | |
10 " layouts together. | |
11 " | |
12 " Maintainer: Ludovic Chabant <ludovic@chabant.com> | |
13 " Last Changed: 2011 nov 22 | |
14 | |
15 let b:keymap_name = "fr" | |
16 | |
17 loadkeymap | |
18 Q A | |
19 q a | |
20 W Z | |
21 w z | |
22 A Q | |
23 a q | |
24 ; m | |
25 : M | |
26 Z W | |
27 z w | |
28 ` ² | |
29 1 & | |
30 2 é | |
31 3 " | |
32 4 ' | |
33 5 ( | |
34 6 - | |
35 7 è | |
36 8 _ | |
37 9 ç | |
38 0 à | |
39 - ) | |
40 ! 1 | |
41 @ 2 | |
42 # 3 | |
43 $ 4 | |
44 % 5 | |
45 ^ 6 | |
46 & 7 | |
47 * 8 | |
48 ( 9 | |
49 ) 0 | |
50 _ ° | |
51 m , | |
52 M ? | |
53 , ; | |
54 < . | |
55 . : | |
56 > / | |
57 / ! | |
58 ? § | |
59 ' ù | |
60 " % | |
61 \\ * | |
62 | μ | |
63 [ <C-K>^ | |
64 { <C-K>" | |
65 ] $ | |
66 } £ | |
67 <A-2> ~ | |
68 <A-3> # | |
69 <A-4> { | |
70 <A-5> [ | |
71 <A-6> | | |
72 <A-7> ` | |
73 <A-8> \ | |
74 <A-9> ^ | |
75 <A-0> @ | |
76 <A--> ] | |
77 <A-=> } | |
78 |