Mercurial > vim
annotate runtime/keymap/dvorak.vim @ 31014:22eeb290c752 v9.0.0842
patch 9.0.0842: Unicode range for Apple SF symbols is outdated
Commit: https://github.com/vim/vim/commit/0e364c9fca7a666de0775007d2f0687ecdd73c8d
Author: Yee Cheng Chin <ychin.git@gmail.com>
Date: Mon Nov 7 11:05:52 2022 +0000
patch 9.0.0842: Unicode range for Apple SF symbols is outdated
Problem: Unicode range for Apple SF symbols is outdated.
Solution: Update to SF Symbols 4. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/11474)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 07 Nov 2022 12:15:05 +0100 |
parents | 7bc41231fbc7 |
children |
rev | line source |
---|---|
2034 | 1 " Maintainer: Ashish SHUKLA <wahjava@members.fsf.org> |
2 " Last Changed: 2009 Jul 04 | |
3 " | |
4 " All characters are ASCII, conversion to another encoding (e.g., UTF-8) | |
5 " should work. | |
6 | |
7 let b:keymap_name = "en-dv" | |
8 | |
9 loadkeymap | |
10 q ' | |
11 w , | |
12 e . | |
13 r p | |
14 t y | |
15 y f | |
16 u g | |
17 i c | |
18 o r | |
19 p l | |
20 [ / | |
21 ] = | |
22 \\ \\ | |
23 a a | |
24 s o | |
25 d e | |
26 f u | |
27 g i | |
28 h d | |
29 j h | |
30 k t | |
31 l n | |
32 ; s | |
33 ' - | |
34 z ; | |
35 x q | |
36 c j | |
37 v k | |
38 b x | |
39 n b | |
40 m m | |
41 , w | |
42 . v | |
43 / z | |
44 Z : | |
45 X Q | |
46 C J | |
47 V K | |
48 B X | |
49 N B | |
50 M M | |
51 < W | |
52 > V | |
53 ? Z | |
54 A A | |
55 S O | |
56 D E | |
57 F U | |
58 G I | |
59 H D | |
60 J H | |
61 K T | |
62 L N | |
63 : S | |
64 \" _ | |
65 Q " | |
66 W < | |
67 E > | |
68 R P | |
69 T Y | |
70 Y F | |
71 U G | |
72 I C | |
73 O R | |
74 P L | |
75 { ? | |
76 } + | |
77 | | | |
78 - [ | |
79 _ { | |
80 = ] | |
81 + } | |
82 |