Home
last modified time | relevance | path

Searched refs:hkmap (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dhebrew.txt18 Hebrew-specific options are 'hkmap', 'hkmapp' 'keymap'=hebrew and 'aleph'.
33 + 'hkmap' ('hk') sets keyboard mapping to Hebrew, in insert/replace modes.
38 NOTE: these three ('hkmap', 'hkmapp' and 'aleph') are obsolete. You should
56 + 'vim -H file' starts editing a Hebrew file, i.e. 'rightleft' and 'hkmap'
63 + CTRL-_ in insert/replace modes toggles 'revins' and 'hkmap' as follows:
68 When in norightleft window, 'revins' 'hkmap' are toggled, since Hebrew
74 This setting is independent of 'hkmap' option, which only applies to
79 + Keyboard mapping while 'hkmap' is set (standard Israeli keyboard):
92 correct characters; 'hkmap' does not. The 'keymap' keyboard can also
115 ('hkmap' is set); if in a right-to-left window, 'revins' is used to enter
[all …]
H A Dvim.man179 this option starts Vim in Hebrew mode, i.e. 'hkmap' and
H A Dquickref.txt746 'hkmap' 'hk' Hebrew keyboard mapping
1200 |-H| -H Hebrew mode ('hkmap' and 'rightleft' are set)
H A Dcmdline.txt287 private to the command-line and not related to hkmap.
H A Doptions.txt693 (when hkmap is set) and on the command-line (when hitting CTRL-_)
1838 'hkmap' + off no Hebrew keyboard mapping
4146 *'hkmap'* *'hk'* *'nohkmap'* *'nohk'*
4147 'hkmap' 'hk' boolean (default off)
4161 When on, phonetic keyboard mapping is used. 'hkmap' must also be on.
5682 - 'hkmap' is reset
H A Dstarting.txt326 -H Hebrew mode. Sets the 'hkmap' and 'rightleft' options on.
H A Dinsert.txt235 - When in a norightleft window, revins and hkmap are toggled,
H A Dtags360 'hkmap' options.txt /*'hkmap'*
H A Dtodo.txt3561 8 'hkmap' should probably be global-local.
/vim-8.2.3635/src/testdir/
H A Dtest_charsearch.vim87 " Test for character search with 'hkmap'
90 set hkmap
94 set hkmap&
H A Dtest_paste.vim175 set revins hkmap
188 call assert_false(&hkmap)
206 call assert_true(&hkmap)
220 set revins& hkmap&
H A Dtest_edit.vim1812 " Test for 'hkmap' and 'hkmapp'
1820 set revins hkmap
1831 set revins hkmap hkmapp
1839 set revins& hkmap& hkmapp&
H A Dtest_startup.vim403 call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout")
/vim-8.2.3635/src/proto/
H A Dedit.pro30 int hkmap(int c);
/vim-8.2.3635/src/
H A Dedit.c618 c = hkmap(c); // Hebrew mode mapping in edit()
2228 c = hkmap(c); // Hebrew mode mapping in insertchar()
3266 hkmap(int c) in hkmap() function
H A Dex_getln.c1792 c = hkmap(c); in getcmdline_int()
H A Dnormal.c972 *cp = hkmap(*cp); in normal_cmd()
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim38 …ileencoding fixeol foldcolumn foldminlines fp gfn grepprg guiligatures hf hkmap icon imc imsf inde…
/vim-8.2.3635/runtime/
H A Doptwin.vim1230 call <SID>AddOption("hkmap", gettext("use Hebrew keyboard mapping"))