Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgui_gtk_f.c47 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 Dmap.txt161 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 Dusr_40.txt26 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 Dpi_logipat.txt116 * "" is mapped to a single " and left inside patterns
H A Dusr_31.txt154 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 Dhebrew.txt77 Note: On some keyboards, CTRL-_ is mapped to CTRL-?.
H A Dremote.txt67 are not mapped. Special key names are
H A Dusr_24.txt480 resulting string should not be mapped. For example: >
491 Fortunately, it's unlikely that the result of an abbreviation is mapped.
H A Dinsert.txt37 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 Dusr_42.txt156 To avoid that the commands of a menu item are being mapped, use the command
H A Dspell.txt1555 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 Dterm.txt228 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 Dgui.txt391 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 Dgui_w32.txt414 handled by windows, other ALT keys can be mapped. This doesn't allow a
H A Dquickref.txt778 '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 Dvisual.txt84 CTRL-V could be mapped to paste text, it doesn't work
H A Dif_tcl.txt439 stderr are mapped to vimout and vimerr, so that a normal "puts" command can be
H A Dmotion.txt1045 |modifyOtherKeys|, CTRL-I can be mapped separately
1047 mapped before <Tab>, otherwise the mapping applies to
/vim-8.2.3635/runtime/keymap/
H A Dthaana-phonetic_utf-8.vim76 P <char-0x00F7> " division symbol mapped to 'p'
H A Dbulgarian-phonetic.vim11 " Cyrillic letters tend to be mapped to their Latin homophones wherever
H A Dbulgarian-bds.vim19 " Some punctuation characters present in ascii are mapped in BDS to keys
/vim-8.2.3635/runtime/indent/
H A Dvim.vim129 " Use the mapped "%" from matchit to find the match, otherwise we may match
/vim-8.2.3635/
H A DREADME.txt17 mapped to commands by the user, and the mouse can be used.
H A DREADME.md29 mapped to commands by the user, and the mouse can be used.
/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim2193 " 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-|>

12