Mercurial > vim
annotate runtime/keymap/serbian_cp1250.vim @ 12708:77960063e2e7 v8.0.1232
patch 8.0.1232: MS-Windows users are confused about default mappings
commit https://github.com/vim/vim/commit/c3fdf7f80b2febdd8a8f7a1310631567d257d66a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 28 18:36:48 2017 +0200
patch 8.0.1232: MS-Windows users are confused about default mappings
Problem: MS-Windows users are confused about default mappings.
Solution: Don't map keys in the console where they don't work. Add a choice
in the installer to use MS-Windows key bindings or not. (Christian
Brabandt, Ken Takata, closes #2093)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 28 Oct 2017 18:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 " Vim Keymap file for Serbian characters, classical variant, cp1250 encoding |
2 " | |
3 " Maintainer: Aleksandar Veselinovic <aleksa@cs.cmu.edu> | |
4 " URL: http://galeb.etf.bg.ac.yu/~alexa/vim/keymap/serbian-cp1250.vim | |
5 " Last Changed: 2002 Mar 29 | |
6 | |
7 scriptencoding cp1250 | |
8 | |
9 let b:keymap_name = "serbian-cp1250" | |
10 | |
11 loadkeymap | |
12 Y Z | |
13 { Š | |
14 } Ð | |
15 y z | |
16 [ š | |
17 ] ð | |
18 : È | |
19 \" Æ | |
20 \| Ž | |
21 ; è | |
22 ' æ | |
23 \\ ž | |
24 "Z Y | |
25 "z y | |
26 < ; | |
27 > : | |
28 / - | |
29 _ ? | |
30 ,, „ | |
31 '' ” | |
32 | |
33 " @ " | |
34 " # ' | |
35 " $ * | |
36 " % : | |
37 " ^ , | |
38 " & . | |
39 " * ; | |
40 |