view runtime/keymap/slovak_cp1250.vim @ 35122:739aaccbca74 default tip

runtime(sh,zsh): clear $MANPAGER in ftplugin before shelling out Commit: https://github.com/vim/vim/commit/8d8cb45756cb7e6fda17013b8347be3a11b29610 Author: D. Ben Knoble <ben.knoble+github@gmail.com> Date: Mon May 6 19:52:53 2024 +0200 runtime(sh,zsh): clear $MANPAGER in ftplugin before shelling out Say you use Vim and set MANPAGER='vim -M +MANPAGER --not-a-term -'; then :{Zs,S}hKeywordPrg (or K) will crap out and spew terminal garbage into less when bash's "help" fails. This was introduced by 2f25e40b1 (runtime: configure keywordpg for some file types (#5566), 2023-08-23) and may be present in other files touched by that commit. Make the "man" invocation sensible by unsetting MANPAGER in the environment. Note that changing MANPAGER for `:terminal` is not needed; Vim within Vim is perfectly fine. closes: #14679 Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 06 May 2024 20:00:09 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

" Maintainer:	Peter Valach <pvalach@gmx.net>
" Last Changed: 2002 Feb 3
" URL:		http://www.pv2c.sk/free/sk_vimkeymap/

let b:keymap_name = "sk"

loadkeymap
" Z a Y - ak chcete slovensku qwerty, zakomentujte tieto styri riadky
y z
z y
Y Z
Z Y

" Horny riadok
` ;
1 +
! 1
2 ¾
@ 2
3 š
# 3
4 è
$ 4
5 
% 5
6 ž
^ 6
7 ý
& 7
8 á
* 8
9 í
( 9
0 é
) 0
- =
_ %

" Klavesy okolo Enteru :)
[ ú
{ /
] ä
} (
\\ ò
<Bar> )
; ô
: "
' §
\" !
", , ;-)
< ?
". . ;-)
> :
/ -
? _

" Dlzne
=a á
=A Á
=e é
=E É
=i í
=I Í
=l å
=L Å
=o ó
=O Ó
=r à
=R À
=u ú
=U Ú
=z ý
=Z Ý
" pre pripad omylu :) alebo slovenskej QWERTY
=y ý
=Y Ý

" Makcene
+a ä
+A Ä
+c è
+C È
+d ï
+D Ï
+l ¾
+L ¼
+n ò
+N Ò
+o ô
+O Ô
+s š
+S Š
+t 
+T 
+y ž
+Y Ž
" pre pripad omylu :) alebo slovenskej QWERTY
+z ž
+Z Ž