Searched refs:hkmap (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | hebrew.txt | 18 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 D | vim.man | 179 this option starts Vim in Hebrew mode, i.e. 'hkmap' and
|
| H A D | quickref.txt | 746 'hkmap' 'hk' Hebrew keyboard mapping 1200 |-H| -H Hebrew mode ('hkmap' and 'rightleft' are set)
|
| H A D | cmdline.txt | 287 private to the command-line and not related to hkmap.
|
| H A D | options.txt | 693 (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 D | starting.txt | 326 -H Hebrew mode. Sets the 'hkmap' and 'rightleft' options on.
|
| H A D | insert.txt | 235 - When in a norightleft window, revins and hkmap are toggled,
|
| H A D | tags | 360 'hkmap' options.txt /*'hkmap'*
|
| H A D | todo.txt | 3561 8 'hkmap' should probably be global-local.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_charsearch.vim | 87 " Test for character search with 'hkmap' 90 set hkmap 94 set hkmap&
|
| H A D | test_paste.vim | 175 set revins hkmap 188 call assert_false(&hkmap) 206 call assert_true(&hkmap) 220 set revins& hkmap&
|
| H A D | test_edit.vim | 1812 " Test for 'hkmap' and 'hkmapp' 1820 set revins hkmap 1831 set revins hkmap hkmapp 1839 set revins& hkmap& hkmapp&
|
| H A D | test_startup.vim | 403 call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout")
|
| /vim-8.2.3635/src/proto/ |
| H A D | edit.pro | 30 int hkmap(int c);
|
| /vim-8.2.3635/src/ |
| H A D | edit.c | 618 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 D | ex_getln.c | 1792 c = hkmap(c); in getcmdline_int()
|
| H A D | normal.c | 972 *cp = hkmap(*cp); in normal_cmd()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 38 …ileencoding fixeol foldcolumn foldminlines fp gfn grepprg guiligatures hf hkmap icon imc imsf inde…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1230 call <SID>AddOption("hkmap", gettext("use Hebrew keyboard mapping"))
|