| /vim-8.2.3635/src/testdir/ |
| H A D | mouse.vim | 89 let ctrl = 0x10 90 return TerminalEscapeCode(0 + ctrl, a:row, a:col, 'M') 98 let ctrl = 0x10 99 return TerminalEscapeCode(2 + ctrl, a:row, a:col, 'M')
|
| H A D | test_increment.vim | 435 " 1) V 4j g<ctrl-a>, repeat twice afterwards with . 454 " 1) <Ctrl-V>j$ <ctrl-a> 489 " 1) Ctrl-V f3 <ctrl-a> 526 " 1) Ctrl-V 5l <ctrl-a> 540 " 1) <ctrl-a> 554 " 1) <ctrl-a> 569 " 1) <ctrl-a> 709 " 1) f2 Ctrl-V jl <ctrl-a>, repeat twice afterwards with .
|
| H A D | test_messages.vim | 317 nnoremap <C-B> :echo "hit ctrl-b"<CR> 320 call assert_match('hit ctrl-b', Screenline(&lines - 1))
|
| H A D | test_mapping.vim | 75 " mapping of ctrl-c in Insert mode 77 inoremap <c-c> <ctrl-c> 81 call assert_equal('TEST2: CTRL-C |<ctrl-c>A|', getline('$')) 87 " mapping of ctrl-c in Visual mode
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | vterm.c | 183 INTERNAL void vterm_push_output_sprintf_ctrl(VTerm *vt, unsigned char ctrl, const char *fmt, ...) in vterm_push_output_sprintf_ctrl() argument 188 if(ctrl >= 0x80 && !vt->mode.ctrl8bit) in vterm_push_output_sprintf_ctrl() 190 ESC_S "%c", ctrl - 0x40); in vterm_push_output_sprintf_ctrl() 193 "%c", ctrl); in vterm_push_output_sprintf_ctrl()
|
| H A D | vterm_internal.h | 250 void vterm_push_output_sprintf_ctrl(VTerm *vt, unsigned char ctrl, const char *fmt, ...);
|
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 1025 char ctrl[] = "\x9b""0 q"; in mch_get_shellsize() local 1031 if (Write(raw_out, ctrl, sizeof(ctrl)) == sizeof(ctrl)) in mch_get_shellsize()
|
| H A D | netbeans.c | 2391 int ctrl = 0; in netbeans_keyname() local 2396 ctrl = 1; in netbeans_keyname() 2443 if (ctrl) in netbeans_keyname() 2449 if (ctrl || shift || alt) in netbeans_keyname()
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | .gitignore | 10 bin/vterm-ctrl
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_netrw.txt | 1031 |netrw-ctrl-h|. 1268 |netrw-ctrl-l|). 1286 |netrw-ctrl-r| |netrw-o| |netrw-p| 1307 |netrw-ctrl-r| |netrw-o| |netrw-p| 1322 |netrw-ctrl-r| |netrw-o| |netrw-p| 1340 |netrw-ctrl-r| |netrw-o| |netrw-p| 1355 |netrw-ctrl-r| |netrw-o| |netrw-p| 2603 |netrw-ctrl-r| 2712 (or |netrw-ctrl-l| is used). 2950 |netrw-ctrl-r| to use for its server. [all …]
|
| H A D | os_qnx.txt | 39 supported. If you hold down shift, ctrl, or alt while using the mouse, pterm
|
| H A D | usr_22.txt | 90 <c-h>............Edit File/Directory Hiding List............|netrw-ctrl-h| 92 <c-l>............Refreshing the Listing.....................|netrw-ctrl-l|
|
| H A D | testing.txt | 118 16 ctrl is pressed
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 372 menutrans Edit\ File\ Hiding\ List<tab><ctrl-h> �༭��������(Hiding\ List)<tab><ctrl-h> 375 menutrans Refresh\ Listing<tab><ctrl-l> ˢ��<tab><ctrl-l>
|
| H A D | menu_zh_cn.utf-8.vim | 372 menutrans Edit\ File\ Hiding\ List<tab><ctrl-h> 编辑隐藏条件(Hiding\ List)<tab><ctrl-h> 375 menutrans Refresh\ Listing<tab><ctrl-l> 刷新<tab><ctrl-l>
|
| H A D | menu_da.utf-8.vim | 390 menut Edit\ File\ Hiding\ List<tab><ctrl-h> Rediger\ liste\ til\ filskjulning 393 menut Refresh\ Listing<tab><ctrl-l> Genopfrisk\ oplistning<tab>\<c-l>\ ikke\ sikker\ det\ med…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | eterm.vim | 36 syn keyword etermKeyMod contained ctrl shift lock mod1 mod2 mod3 mod4 217 syn keyword etermBindMods contained ctrl shift lock mod1 mod2 mod3 mod4
|
| H A D | mrxvtrc.vim | 202 \ '\v\.((primary|add|ctrl|alt|meta|shift)\+)*\w+:'
|
| H A D | reva.vim | 96 Builtin cmove> context?? ctrl-c ctx>name data: defer: defer@def dictgone do_cr eleave
|
| H A D | gtkrc.vim | 43 syn match gtkrcKeyMod "<\(alt\|ctrl\|control\|mod[1-5]\|release\|shft\|shift\)>" contained
|
| H A D | winbatch.vim | 40 syn keyword winbatchImplicit commonformat cr crlf ctrl default default deg2rad descending
|
| H A D | pine.vim | 199 syn keyword pineOption compose-maps-delete-key-to-ctrl-d
|
| H A D | gnuplot.vim | 429 syn keyword gnuplotKeyword noauxfile nohacktext nounit noraise ctrl noctrl
|
| H A D | 8th.vim | 170 Builtin ticks d:ticks ticks/sec d:ticks/sec timer d:timer timer-ctrl d:timer-ctrl tisha-beav d:tis…
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | man.vim | 202 " Ensure Vim is not recursively invoked (man-db does this) when doing ctrl-[
|