| /vim-8.2.3635/src/ |
| H A D | gui_gtk_f.c | 47 gint mapped; member 132 child->mapped = FALSE; in gui_gtk_form_put() 759 if (!child->mapped) in form_position_child() 767 child->mapped = TRUE; in form_position_child() 810 if (child->mapped) in form_position_child() 812 child->mapped = FALSE; in form_position_child() 870 child->mapped = TRUE; in form_child_map() 881 child->mapped = FALSE; in form_child_unmap()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | map.txt | 161 decide if "aa" or "aaa" should be mapped. This means that after typing "aa" 282 expression-mapped: > 576 DETAIL: Vim first checks if a sequence from the keyboard is mapped. If it 632 two bytes 0xc3 0xa1. You don't want the 0xc3 byte to be mapped then or 720 and CTRL-X is not mapped. This was done to be able to use all the named 722 mapped. 798 - The key code is after character(s) that are mapped. E.g., "<F1><F1>" or 834 {rhs} will not be mapped again. 854 the original Vi, as long as there is only one undo command in the mapped 855 sequence (having two undo commands in a mapped sequence did not make sense [all …]
|
| H A D | usr_40.txt | 26 The simplest form is that one key is mapped to a sequence of keys. Since 124 For Normal mode <F2> is mapped to go to the last line, and then behave like 126 also uses <F3>. Then <F3> is mapped to do the actual work. 138 What happens now is that when you type "gQ" it is mapped to "Q". So far so 139 good. But then "Q" is mapped to "gq", thus typing "gQ" results in "gq", and 141 To avoid keys to be mapped again, use the ":noremap" command: >
|
| H A D | pi_logipat.txt | 116 * "" is mapped to a single " and left inside patterns
|
| H A D | usr_31.txt | 154 menu shortcut it can't be mapped. All other keys are available for mapping. 156 the mouse for the menus, and all <Alt> keys can be mapped.
|
| H A D | hebrew.txt | 77 Note: On some keyboards, CTRL-_ is mapped to CTRL-?.
|
| H A D | remote.txt | 67 are not mapped. Special key names are
|
| H A D | usr_24.txt | 480 resulting string should not be mapped. For example: > 491 Fortunately, it's unlikely that the result of an abbreviation is mapped.
|
| H A D | insert.txt | 37 use "CTRL-V 003" to insert a CTRL-C. Note: When CTRL-V is mapped you can 91 avoid the expansion; use CTRL-Q <Tab> if CTRL-V is mapped 205 Note: When CTRL-V is mapped (e.g., to paste text) you can 526 (use CTRL-Q when CTRL-V is mapped |i_CTRL-Q|). 667 Note: The keys that are valid in CTRL-X mode are not mapped. This allows for 669 ends CTRL-X mode (any key that is not a valid CTRL-X mode command) is mapped. 991 Note: When CTRL-V is mapped you can often use CTRL-Q
|
| H A D | usr_42.txt | 156 To avoid that the commands of a menu item are being mapped, use the command
|
| H A D | spell.txt | 1555 There are two items required: one to specify the characters that are mapped 1556 and one that specifies the characters they are mapped to. They must have 1562 In the example all vowels are mapped to the same character 'e'. Another 1564 the same and are often mixed up, such as 'm' and 'n', are mapped to the same
|
| H A D | term.txt | 228 When Vim starts, <xF1> is mapped to <F1>, <xF2> to <F2> etc. This means that 532 The keypad keys, when they are not mapped, behave like the equivalent normal 995 Mouse clicks can be mapped. The codes for mouse clicks are:
|
| H A D | gui.txt | 391 The mouse events, complete with modifiers, may be mapped. Eg: > 870 To see what an existing menu is mapped to, use just one argument after the 881 mapped to when triggered.
|
| H A D | gui_w32.txt | 414 handled by windows, other ALT keys can be mapped. This doesn't allow a
|
| H A D | quickref.txt | 778 'langnoremap' 'lnr' do not apply 'langmap' to mapped characters 779 'langremap' 'lrm' do apply 'langmap' to mapped characters 989 'wildcharm' 'wcm' like 'wildchar' but also works when mapped
|
| H A D | visual.txt | 84 CTRL-V could be mapped to paste text, it doesn't work
|
| H A D | if_tcl.txt | 439 stderr are mapped to vimout and vimerr, so that a normal "puts" command can be
|
| H A D | motion.txt | 1045 |modifyOtherKeys|, CTRL-I can be mapped separately 1047 mapped before <Tab>, otherwise the mapping applies to
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | thaana-phonetic_utf-8.vim | 76 P <char-0x00F7> " division symbol mapped to 'p'
|
| H A D | bulgarian-phonetic.vim | 11 " Cyrillic letters tend to be mapped to their Latin homophones wherever
|
| H A D | bulgarian-bds.vim | 19 " Some punctuation characters present in ascii are mapped in BDS to keys
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | vim.vim | 129 " Use the mapped "%" from matchit to find the match, otherwise we may match
|
| /vim-8.2.3635/ |
| H A D | README.txt | 17 mapped to commands by the user, and the mouse can be used.
|
| H A D | README.md | 29 mapped to commands by the user, and the mouse can be used.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_termcodes.vim | 2193 " Ctrl-Shift-[ actually produces CTRL-Shift-{ which is mapped as <C-{> 2197 " Ctrl-Shift-] actually produces CTRL-Shift-} which is mapped as <C-}> 2201 " Ctrl-Shift-\ actually produces CTRL-Shift-| which is mapped as <C-|>
|