Home
last modified time | relevance | path

Searched refs:F2 (Results 1 – 25 of 40) sorted by relevance

12

/vim-8.2.3635/src/
H A Dblowfish.c333 #define F2(i) \ macro
350 F1(0) F2(1) in bf_e_block()
351 F1(2) F2(3) in bf_e_block()
352 F1(4) F2(5) in bf_e_block()
353 F1(6) F2(7) in bf_e_block()
354 F1(8) F2(9) in bf_e_block()
355 F1(10) F2(11) in bf_e_block()
356 F1(12) F2(13) in bf_e_block()
357 F1(14) F2(15) in bf_e_block()
/vim-8.2.3635/src/testdir/
H A Dtest_selectmode.vim139 vmap <buffer> <F2> 3l
141 call feedkeys("gh\<F2>map", 'xt')
144 vmap <buffer> <F2> ygV
145 call feedkeys("0gh\<Right>\<Right>\<F2>cwabc", 'xt')
148 vmap <buffer> <F2> :<C-U>let v=100<CR>
149 call feedkeys("gggh\<Right>\<Right>\<F2>foo", 'xt')
153 vmap <buffer> <F2> gv
155 call feedkeys("0gh\<F2>map", 'xt')
H A Dtest_vartabs.vim402 inoremap <expr> <F2> s:SaveCol(g:cols)
407 call feedkeys("a\t\<F2>\t\<F2>\t\<F2>\t\<F2> ", 'xt')
412 call feedkeys("a\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>", 'xt')
418 iunmap <F2>
H A Dtest_wordcount.vim70 vnoremap <expr> <F2> execute("let g:visual_stat = wordcount()")
78 exe "normal V2j\<F2>y"
87 exe "normal v$\<F2>y"
96 exe "normal 0v$\<F2>y"
H A Dtest_functions.vim752 exe "normal i\<F2>\<Esc>"
761 exe "normal iBa\<C-X>\<F2>\<Esc>u"
788 exe "normal R\<F2>\<Esc>"
824 exe "normal gR\<F2>\<Esc>"
900 exe "normal gh\<C-O>\<F2>\<Esc>"
902 exe "normal gH\<C-O>\<F2>\<Esc>"
938 iunmap <F2>
939 xunmap <F2>
1475 xmap <expr> <F2> T()
1476 exe "normal gg3|ve\<F2>"
[all …]
H A Dtest_partial.vim347 let F2 = get(d1, 'f2')
350 let F2d1 = function(F2, d2)
356 let d3 = {'f1': F1, 'f2': F2}
362 call assert_match('^function(''\d\+'')$', string(F2)) " Not a partial
377 call assert_true(F1 != F2) " Different functions
386 call assert_true(F1 isnot# F2) " Different functions
394 call assert_true(F1 isnot# F2) " Different functions
H A Dtest_history.vim187 cnoremap <F2> <C-\>eSavePat()<CR>
191 call feedkeys("/\<Up>\<F2>\<Up>\<F2>\<Down>\<Down>\<F2>\<Esc>", 'xt')
193 cunmap <F2>
H A Dtest_mapping.vim985 noremap! <F2> <Cmd>norm! :foo<CR>
990 unmap! <F2>
994 map <F2> <Cmd>call <SID>do_it()<CR>
1001 call feedkeys("\<F2>", 'xt')
1064 call feedkeys("\<F2>", 'xt')
1066 call feedkeys("7\<F2>", 'xt')
1068 call feedkeys("\"e\<F2>", 'xt')
1070 call feedkeys("5\"k\<F2>", 'xt')
1072 call s:cmdunmap('<F2>')
1207 call feedkeys("\<F2>", 'xt!')
[all …]
H A Dtest_ins_complete.vim808 inoremap <F2> <C-R>=Save_mode2()<CR>
810 exe "normal A\<C-N>\<C-P>\<F1>\<C-X>\<C-Z>\<F2>\<Esc>"
814 exe "normal A\<C-N>\<Down>\<F1>\<C-X>\<C-Z>\<F2>\<Esc>"
819 exe "normal A \<C-N>\<Down>\<Down>\<C-L>\<C-L>\<F1>\<C-X>\<C-Z>\<F2>\<Esc>"
824 exe "normal A d\<C-N>\<F1>\<C-X>\<C-Z>\<F2>\<Esc>"
830 exe "normal oT\<C-X>\<C-V>\<C-X>\<C-V>\<F1>\<C-X>\<C-Z>\<F2>\<Esc>"
839 iunmap <F2>
H A Dtest_user_func.vim271 " F2
272 func F2() function
299 verbose func F2
314 let m = matchstr(res, 'function F2()[^[:print:]]*[[:print:]]*')
H A Dtest_netbeans.vim660 nbkey "\<C-F2>"
664 \ '3:keyCommand=85 ""\<C-F2>""',
665 \ '3:keyAtPos=85 ""\<C-F2>"" 18 3/2'], l[-3:])
771 \ ["\<F2>", 'F2'], ["\<S-F2>", 'S-F2'],
H A Dtest_quickfix.vim2570 enew! | call append(0, "F2:10:Line 10")
2572 enew! | call append(0, "F2:20:Line 20")
2574 enew! | call append(0, "F2:30:Line 30")
3247 Xaddexpr "F2:20:Line20"
3610 let l[1].filename='F2'
3679 call delete('F2')
3808 Xaddexpr "F2:20:Line20\nF2:21:Line21"
3844 Xexpr "F2:2:L2"
5302 \ {'lines': ['F2:30:32:eleven', 'F2:40:34:twelve'],
5317 call setloclist(w3_id, [], 'r', {'lines': ['F2:76:77:ddd', 'F2:78:79:eee']})
[all …]
H A Dtest_options.vim846 cmap <expr> <F2> AddPos()
848 call feedkeys("/\<F2>abc\<Left>\<F2>\<Right>\<Right>\<F2>" ..
849 \ "\<Left>\<F2>\<Esc>", 'xt')
852 cunmap <F2>
H A Dtest_const.vim174 const F2 = funcref('s:noop')
188 call assert_fails('const F2 = funcref("s:noop")', 'E995:')
H A Dtest_registers.vim475 nnoremap <F2> <Cmd>let g:RegInfo = getreginfo()<CR>
476 exe "normal \"a\<F2>"
479 nunmap <F2>
H A Dtest_cmdline.vim92 cnoremap <expr> <F2> wildmenumode()
93 call feedkeys(":cd Xdir\<Tab>\<F2>\<C-B>\"\<CR>", 'tx')
95 cunmap <F2>
1581 cnoremap <expr> <F2> SaveScreenLine()
1586 call feedkeys(":MyCmd \t\t\<F2>\<C-B>\"\<CR>", 'xt')
1602 call feedkeys(":MyCmd \t\<F2>\<C-B>\"\<CR>", 'xt')
1621 call feedkeys(":b A\t\t\<F2>\<C-B>\"\<CR>", 'xt')
1629 cunmap <F2>
H A Dtest_terminal3.vim619 let keys = ["\<F1>", "\<F2>", "\<F3>", "\<F4>", "\<F5>", "\<F6>", "\<F7>",
625 let output = ['<F1>', '<F2>', '<F3>', '<F4>', '<F5>', '<F6>', '<F7>',
H A Dtest_cpoptions.vim663 inoremap <expr> <buffer> <F2> SaveFirstLine()
668 exe "normal c2w\<F2>vim"
/vim-8.2.3635/runtime/doc/
H A Dusr_40.txt30 :map <F2> GoDate: <Esc>:read !date<CR>kJ
57 :imap <F2> <CR>Date: <Esc>:read !date<CR>kJ
59 It looks a lot like the mapping for <F2> in Normal mode, only the start is
60 different. The <F2> mapping for Normal mode is still there. Thus you can map
100 v <F2> :s/^/> /<CR>:noh<CR>`` ~
101 n <F2> :.,$s/^/> /<CR>:noh<CR>`` ~
118 the mappings for <F2> above could be shortened to: >
120 :map <F2> G<F3>
121 :imap <F2> <Esc><F3>
124 For Normal mode <F2> is mapped to go to the last line, and then behave like
[all …]
H A Dversion4.txt170 <F2> <F2> 0x89 137 0xb9 185
181 <SF2> <S-F2> 0x93 147 0xc3 195
251 t_f2 t_k2 <F2> function key 2 *t_f2*
261 t_sf2 <S-F2> shifted function key 2 *t_sf2*
H A Dterm.txt222 <F2> t_k2 <Esc>[12~ <xF2> <Esc>OQ *<xF2>-xterm*
228 When Vim starts, <xF1> is mapped to <F1>, <xF2> to <F2> etc. This means that
231 thus you can use the <F2> and <xF2> keys for something different.
449 t_k2 <F2> function key 2 *<F2>* *t_k2* *'t_k2'*
450 <xF2> alternate F2 *<xF2>*
472 <S-F2> shifted function key 2 *<S-F2>*
473 <S-xF2> alternate <S-F2> *<S-xF2>*
H A Dnetbeans.txt317 Event bufID:name=seqno 11:keyCommand=123 "S-F2"
767 F2 function key 2
781 "C-F2".
/vim-8.2.3635/runtime/
H A Dtermcap63 :F1=\23310~:F2=\23311~:F3=\23312~:F4=\23313~:F5=\23314~:\
124 :F2=\322:\
/vim-8.2.3635/runtime/syntax/
H A Dforth.vim53 syn keyword forthOperators FCOSH FTANH FASINH FACOSH FATANH F2* F2/ 1/F
H A Dfgl.vim42 syn keyword fglKeyword F1 F10 F11 F12 F13 F14 F15 F16 F17 F18 F19 F2 F20 F21 F22 F23

12