From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/keymap/serbian_cp1251.vim | 90 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 runtime/keymap/serbian_cp1251.vim (limited to 'runtime/keymap/serbian_cp1251.vim') diff --git a/runtime/keymap/serbian_cp1251.vim b/runtime/keymap/serbian_cp1251.vim new file mode 100644 index 0000000..0b1ce96 --- /dev/null +++ b/runtime/keymap/serbian_cp1251.vim @@ -0,0 +1,90 @@ +" Vim Keymap file for Serbian characters, classical variant, win cp1251 +" encoding +" +" Maintainer: Aleksandar Veselinovic +" URL: http://www.cs.cmu.edu/~aleksa/personal/vim/keymap/serbian-cp1251.vim +" Last Changed: 2002 Mar 29 + +scriptencoding cp1251 + +let b:keymap_name = "serbian-cp1251" + +loadkeymap +Q +W +E +R +T +Y +U +I +O +P +{ +} +q +w +e +r +t +y +u +i +o +p +[ +] +A +S +D +F +G +H +J +K +L +: +\" +\| +a +s +d +f +g +h +j +k +l +; +' +\\ +"Z +X +C +V +B +N +M +"z +x +c +v +b +n +m + +< ; +> : +/ - +_ ? +,, +'' + +" @ " +" # ' +" $ * +" % : +" ^ , +" & . +" * ; + -- cgit v1.2.3