Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 51) sorted by relevance

123

/vim-8.2.3635/src/libvterm/t/
H A D25state_input.test10 !Ctrl modifier on ASCII letters
16 !Alt modifier on ASCII letters
22 !Ctrl-Alt modifier on ASCII letters
/vim-8.2.3635/runtime/syntax/
H A Dradiance.vim18 " comments, external command names and the null-modifier "void".
29 " The null-modifier
48 " Pattern modifier types
52 " Texture modifier types
H A Dmrxvtrc.vim179 " modifier
182 \ '\v<modifier:'
H A Ddesktop.vim56 " lang_territory.codeset@modifier
H A Ddocbk.vim94 syn keyword docbkKeyword methodsynopsis modifier mousebutton msg contained
H A Dlpc.vim61 " Type modifier.
/vim-8.2.3635/src/testdir/
H A Dtest_hide.vim1 " Tests for :hide command/modifier and 'hidden' option
62 " :hide as a modifier with trailing comment
H A Dtest_termcodes.vim992 " Left click with the Alt modifier key should extend the selection in
1942 func GetEscCodeCSI27(key, modifier) argument
1944 let mod = printf("%d", a:modifier)
1948 func GetEscCodeCSIu(key, modifier) argument
1950 let mod = printf("%d", a:modifier)
1960 " Shift-X is sent as 'X' with the shift modifier
2065 " CTRL-A is added with a separate modifier, and needs to be simplified before
H A Dtest_filter_cmd.vim1 " Test the :filter command modifier
H A Dtest_exists.vim121 " Command modifier
/vim-8.2.3635/runtime/doc/
H A Dos_haiku.txt25 9. The meta key modifier |haiku-meta|
174 9. The meta key modifier *haiku-meta*
176 The META key modifier is obtained by the left or right OPTION keys. This is
191 mouse clicks with modifier(s) to other mouse buttons. See the file
H A Dterm.txt154 " Enable modified arrow keys, see :help xterm-modifier-keys
239 *xterm-modifier-keys*
243 any character, often '~' is used. The ";*" stands for an optional modifier
253 keys, which either use "CSI X" or "CSI 1 ; modifier X". Thus the "@"
254 stands for either "1" if a modifier follows, or nothing.
565 equivalent hence `l` modifier) invoked with the t_ option value and three
804 terminal itself by using a modifier, a workaround is to not use mouse events
859 commands requiring the CTRL modifier can be simulated by typing the "g" key
H A Dpi_zip.txt111 using the |:noswapfile| modifier.
H A Dmotion.txt899 |:keepjumps| command modifier was used.
915 modifier was used.
1103 When the |:keepjumps| command modifier is used, jumps are not stored in the
1165 When the `:keepjumps` command modifier is used the position of a change is not
H A Dusr_02.txt392 the editor to quit; and the override command modifier (!).
393 The override command modifier is needed because Vim is reluctant to throw
H A Drecover.txt88 |:noswapfile| modifier can be used to not create a swapfile for a new buffer.
H A Dwindows.txt674 With the |:tab| modifier open a tab page for each argument.
737 When using the |:tab| modifier each argument is opened in a
1320 When the |:tab| modifier is used new windows are opened in a
H A Dtabpage.txt34 commands, |:windo|, |:all| and |:ball| (when not using the |:tab| modifier).
H A Dusr_08.txt498 When splitting a window you can prepend a modifier command to tell where the
H A Dmap.txt941 Insert mode to avoid every key with a modifier causing Insert mode to end.
1579 -bang The command can take a ! modifier (like :q or :w)
1633 command was executed with a ! modifier, otherwise
/vim-8.2.3635/src/
H A Dgui_beval.c627 Modifiers modifier; in pointerEvent() local
632 &modifier, &keysym); in pointerEvent()
653 Modifiers modifier; in pointerEvent() local
657 event->xkey.state, &modifier, &keysym); in pointerEvent()
H A Dgetchar.c1109 ins_char_typebuf(int c, int modifier) in ins_char_typebuf() argument
1114 if (modifier != 0) in ins_char_typebuf()
1118 buf[2] = modifier; in ins_char_typebuf()
2333 int modifier = tp[2]; in check_simplify_modifier() local
2335 int new_c = merge_modifyOtherKeys(c, &modifier); in check_simplify_modifier()
2351 if (modifier == 0) in check_simplify_modifier()
2359 tp[2] = modifier; in check_simplify_modifier()
/vim-8.2.3635/src/proto/
H A Dgetchar.pro27 void ins_char_typebuf(int c, int modifier);
/vim-8.2.3635/src/po/
H A Dfr.po941 msgstr "E742: Impossible de modifier la valeur de %s"
1474 "E201: Autocommandes *ReadPre ne doivent pas modifier le contenu du tampon "
4234 msgstr "E530: Impossible de modifier term dans l'interface graphique"
4325 msgstr "Impossible de modifier le mode de la console ?!\n"
4416 "Impossible de modifier le contexte de s�curit� pour "
5673 msgstr "E986: impossible de modifier la pile des marqueurs dans tagfunc"
7403 msgstr "E21: Impossible de modifier, 'modifiable' est d�sactiv�"
7540 msgstr "E995: Impossible de modifier une variable existante"
7549 "E794: Impossible de modifier une variable depuis le bac � sable : \"%s\""
7915 msgstr "impossible de modifier un dictionnaire fixe"
[all …]
/vim-8.2.3635/runtime/indent/
H A Druby.vim294 " If this line is an access modifier keyword, align according to the closest

123