| /vim-8.2.3635/runtime/pack/dist/opt/swapmouse/plugin/ |
| H A D | swapmouse.vim | 3 noremap <LeftMouse> <RightMouse> 4 noremap <2-LeftMouse> <2-RightMouse> 5 noremap <3-LeftMouse> <3-RightMouse> 6 noremap <4-LeftMouse> <4-RightMouse> 7 noremap <LeftDrag> <RightDrag> 9 noremap <RightMouse> <LeftMouse> 13 noremap <RightDrag> <LeftDrag> 17 noremap! <LeftMouse> <RightMouse> 18 noremap! <LeftDrag> <RightDrag> 20 noremap! <RightMouse> <LeftMouse> [all …]
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 81 noremap h :call <SID>Help()<CR> 134 noremap <script> d <C-D><SID>L 147 noremap <script> b <C-B><SID>L 156 noremap <script> u <C-U><SID>L 160 noremap <script> k <C-Y><SID>L 168 noremap <script> r <C-L><SID>L 170 noremap <script> R <C-L><SID>L 173 noremap <script> g gg<SID>L 180 noremap <script> G G<SID>L 187 noremap <script> % %<SID>L [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 58 noremap <C-Q> <C-V> 62 noremap <C-S> :update<CR> 73 noremap <C-Z> u 77 noremap <C-Y> <C-R> 82 noremap <M-Space> :simalt ~<CR> 88 noremap <C-A> gggH<C-O>G 96 noremap <C-Tab> <C-W>w 102 noremap <C-F4> <C-W>c 109 noremap <expr> <C-F> has("gui_running") ? ":promptfind\<CR>" : "/"
|
| H A D | evim.vim | 22 noremap <silent> <C-F> :promptfind<CR>
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | hamster.vim | 37 noremap <silent><buffer> [[ :call search('^\s*sub\>', "bW")<CR> 38 noremap <silent><buffer> ]] :call search('^\s*sub\>', "W")<CR> 39 noremap <silent><buffer> [] :call search('^\s*endsub\>', "bW")<CR> 40 noremap <silent><buffer> ][ :call search('^\s*endsub\>', "W")<CR> 43 noremap <silent><buffer> ]# :call search('^\s*#\@!', "W")<CR> 44 noremap <silent><buffer> [# :call search('^\s*#\@!', "bW")<CR>
|
| H A D | cobol.vim | 85 …noremap <silent> <buffer> [[ m':call search('\c^\%(\s*\<Bar>.\{6\}\s\+\)\zs[A-Za-z0-9-]\+\s\+\%(di… 86 …noremap <silent> <buffer> ]] m':call search('\c^\%(\s*\<Bar>.\{6\}\s\+\)\zs[A-Za-z0-9-]\+\s\+\%(di… 87 noremap <silent> <buffer> [] m':call <SID>toend('b')<CR> 88 noremap <silent> <buffer> ][ m':call <SID>toend('')<CR> 90 noremap <silent> <buffer> <Plug>Traditional :call <SID>Comment('t')<CR> 91 noremap <silent> <buffer> <Plug>Comment :call <SID>Comment('c')<CR> 92 noremap <silent> <buffer> <Plug>DeComment :call <SID>Comment('u')<CR> 93 noremap <silent> <buffer> <Plug>VisualTraditional :'<,'>call <SID>Comment('t')<CR> 94 noremap <silent> <buffer> <Plug>VisualComment :'<,'>call <SID>Comment('c')<CR> 95 noremap <silent> <buffer> <Plug>VisualDeComment :'<,'>call <SID>Comment('u')<CR>
|
| H A D | j.vim | 47 noremap <buffer> <silent> ]] :<C-U>call <SID>SearchSection(0, 0, '')<CR> 50 noremap <buffer> <silent> ][ :<C-U>call <SID>SearchSection(1, 0, '')<CR> 53 noremap <buffer> <silent> [[ :<C-U>call <SID>SearchSection(0, 1, '')<CR> 56 noremap <buffer> <silent> [] :<C-U>call <SID>SearchSection(1, 1, '')<CR>
|
| H A D | vhdl.vim | 78 noremap <buffer><silent>[[ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s… 79 noremap <buffer><silent>]] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\%(\\<end\\s… 80 noremap <buffer><silent>[] :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"… 81 noremap <buffer><silent>][ :<C-u>cal <SID>CountWrapper(':cal search("\\%(--.*\\)\\@<!\\<end\\s\\+"…
|
| H A D | abaqus.vim | 69 noremap <silent><buffer> [[ ?^\*\a<CR>:nohlsearch<CR> 70 noremap <silent><buffer> ]] /^\*\a<CR>:nohlsearch<CR> 73 noremap <silent><buffer> <LocalLeader><LocalLeader>
|
| H A D | eiffel.vim | 37 noremap [% <Nop> 38 noremap ]% <Nop>
|
| H A D | spec.vim | 22 noremap <buffer> <unique> <script> <Plug>SpecChangelog :call <SID>SpecChangelog("")<CR>
|
| /vim-8.2.3635/src/ |
| H A D | menu.c | 114 int noremap; in ex_menu() local 144 noremap = REMAP_SCRIPT; in ex_menu() 381 menuarg.noremap[0] = noremap; in ex_menu() 811 menu->noremap[i] = menuarg->noremap[0]; in add_menu_path() 1203 if (menu->noremap[bit] == REMAP_NONE) in show_menus_recursive() 1205 else if (menu->noremap[bit] == REMAP_SCRIPT) in show_menus_recursive() 1625 int *noremap, in get_menu_cmd_modes() argument 1680 if (noremap != NULL) in get_menu_cmd_modes() 2259 menuarg.noremap[0] = REMAP_NONE; in gui_add_tearoff() 2909 menu->noremap[bit] == REMAP_NONE); in menuitem_getinfo() [all …]
|
| H A D | map.c | 214 int noremap, in map_add() argument 252 mp->m_noremap = noremap; in map_add() 358 int noremap; in do_map() local 367 noremap = REMAP_NONE; in do_map() 369 noremap = REMAP_YES; in do_map() 413 noremap = REMAP_SCRIPT; in do_map() 771 mp->m_noremap = noremap; in do_map() 843 noremap, nowait, silent, mode, abbrev, in do_map() 2342 int noremap; in f_mapset() local 2386 noremap = dict_get_number(d, (char_u *)"noremap") ? REMAP_NONE: 0; in f_mapset() [all …]
|
| H A D | getchar.c | 964 int noremap, in ins_typebuf() argument 1061 if (noremap == REMAP_SCRIPT) in ins_typebuf() 1063 else if (noremap == REMAP_SKIP) in ins_typebuf() 1076 if (noremap == REMAP_SKIP) in ins_typebuf() 1078 else if (noremap < 0) in ins_typebuf() 1081 nrm = noremap; in ins_typebuf() 2716 current_menu->noremap[idx], in handle_mapping() 2836 int noremap; in handle_mapping() local 2839 noremap = save_m_noremap; in handle_mapping() 2848 noremap = REMAP_YES; in handle_mapping() [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | vimspell.txt | 12 noremap <F8> :so `vimspell.sh %`<CR><CR> 13 noremap <F7> :syntax clear SpellErrors<CR>
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mapping.vim | 529 noremap <expr> <C-B> Func() 899 noremap <F3> <Cmd><Cmd>let x = 1<CR> 903 noremap <F3> <Cmd><F3>let x = 2<CR> 907 noremap <F3> <Cmd>let x = 3 912 noremap <F3> <Cmd>let m = mode(1)<CR> 913 noremap! <F3> <Cmd>let m = mode(1)<CR> 985 noremap! <F2> <Cmd>norm! :foo<CR> 1026 exe 'noremap ' .. a:lhs .. ' <Cmd>' .. a:rhs .. '<CR>' 1027 exe 'noremap! ' .. a:lhs .. ' <Cmd>' .. a:rhs .. '<CR>' 1112 noremap ,f <Cmd>nosuchcommand<CR> [all …]
|
| H A D | test_maparg.vim | 19 call assert_equal({'silent': 0, 'noremap': 0, 'script': 0, 'lhs': 'foo<C-V>', 24 call assert_equal({'silent': 1, 'noremap': 1, 'script': 1, 'lhs': 'bar', 31 call assert_equal({'silent': 0, 'noremap': 0, 'script': 0, 'lhs': 'foo', 38 call assert_equal({'silent': 0, 'noremap': 0, 'script': 0, 'lhs': 'baz',
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | term.txt | 535 :noremap <kPoint> , 536 :noremap! <kPoint> , 1034 :noremap <LeftMouse> <RightMouse> 1035 :noremap <LeftDrag> <RightDrag> 1037 :noremap <RightMouse> <LeftMouse> 1038 :noremap <RightDrag> <LeftDrag> 1040 :noremap g<LeftMouse> <C-RightMouse> 1042 :noremap! <LeftMouse> <RightMouse> 1043 :noremap! <LeftDrag> <RightDrag> 1045 :noremap! <RightMouse> <LeftMouse> [all …]
|
| H A D | map.txt | 68 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor* 74 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!* 228 Note: ":map <script>" and ":noremap <script>" do the same thing. The 229 "<script>" overrules the command name. Using ":noremap <script>" is 330 noremap x <Cmd>echo mode(1)<CR> 382 :map :noremap :unmap Normal, Visual, Select, Operator-pending 388 :map! :noremap! :unmap! Insert and Command-line 413 :map :noremap :unmap :mapclear yes yes yes 438 :map! :noremap! :unmap! :mapclear! yes yes - 838 :noremap k j [all …]
|
| H A D | usr_40.txt | 141 To avoid keys to be mapped again, use the ":noremap" command: > 143 :noremap gQ Q 148 :noremap Normal, Visual and Operator-pending 152 :noremap! Insert and Command-line
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | oldturkic-orkhon_utf-8.vim | 11 noremap <F8> :let &iminsert = ! &iminsert<CR> 13 noremap! <F8> <C-^>
|
| H A D | russian-typograph.vim | 39 " noremap! <S-Space> <C-^> 40 " noremap! <C-Space> <C-^>
|
| H A D | oldturkic-yenisei_utf-8.vim | 12 noremap <F8> :let &iminsert = ! &iminsert<CR> 14 noremap! <F8> <C-^>
|
| /vim-8.2.3635/src/proto/ |
| H A D | getchar.pro | 26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | zip.vim | 150 noremap <silent> <buffer> <cr> :call <SID>ZipBrowseSelect()<cr> 151 noremap <silent> <buffer> x :call zip#Extract()<cr> 153 noremap <silent> <buffer> <leftmouse> <leftmouse>:call <SID>ZipBrowseSelect()<cr>
|