| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | hanoi.vim | 1 set remap
|
| /vim-8.2.3635/src/ |
| H A D | register.c | 571 int remap; in do_execreg() local 655 remap = colon ? REMAP_NONE : REMAP_YES; in do_execreg() 669 if (ins_typebuf((char_u *)"\n", remap, 0, TRUE, silent) == FAIL) in do_execreg() 691 retval = ins_typebuf(escaped, remap, 0, TRUE, silent); in do_execreg() 695 if (colon && ins_typebuf((char_u *)":", remap, 0, TRUE, silent) in do_execreg()
|
| H A D | evalfunc.c | 3779 int remap = TRUE; in f_feedkeys() local 3809 case 'n': remap = FALSE; break; in f_feedkeys() 3810 case 'm': remap = TRUE; break; in f_feedkeys() 3847 ins_typebuf(keys_esc, (remap ? REMAP_YES : REMAP_NONE), in f_feedkeys()
|
| H A D | ex_docmd.c | 8548 exec_normal_cmd(char_u *cmd, int remap, int silent) in exec_normal_cmd() argument 8551 ins_typebuf(cmd, remap, 0, TRUE, silent); in exec_normal_cmd()
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_docmd.pro | 60 void exec_normal_cmd(char_u *cmd, int remap, int silent);
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | tradchinese.nsi | 265 "Do not remap keys (Default)"
|
| H A D | english.nsi | 267 "Do not remap keys (Default)"
|
| H A D | dutch.nsi | 268 "Do not remap keys (Default)"
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 22 …us[pend] syncbind tabN[ext] tabl[ast] tabr[ewind] tcld[o] tj[ump] tlu tno[remap] tu[nmenu] undol[i… 33 …nc paragraphs perldll pmbcs printdevice prompt pythondll quickfixtextfunc remap rl rubydll sc scro… 428 …vimMap cm[ap] cno[remap] im[ap] ino[remap] lm[ap] ln[oremap] nm[ap] nn[oremap] no[remap] om[ap] o…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | map.txt | 68 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor* 73 :ono[remap] {lhs} {rhs} |mapmode-o| *:ono* *:onoremap* 74 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!* 75 :ino[remap] {lhs} {rhs} |mapmode-i| *:ino* *:inor* *:inoremap* 77 :cno[remap] {lhs} {rhs} |mapmode-c| *:cno* *:cnor* *:cnoremap* 78 :tno[remap] {lhs} {rhs} |mapmode-t| *:tno* *:tnoremap* 223 define a new mapping or abbreviation, the mapping will only remap characters 842 With the normal :map command, when the 'remap' option is on, mapping takes
|
| H A D | arabic.txt | 192 To activate the Arabic keymap (i.e. to remap your English/Latin
|
| H A D | index.txt | 1247 |:cnoremap| :cno[remap] like ":noremap" but for Command-line mode 1364 |:inoremap| :ino[remap] like ":noremap" but for Insert mode 1476 |:noremap| :no[remap] enter a mapping that will not be remapped 1492 |:onoremap| :ono[remap] like ":noremap" but for Operator-pending mode 1684 |:tnoremap| :tno[remap] like ":noremap" but for Terminal-Job mode
|
| H A D | quickref.txt | 516 |:noremap| :no[remap][!] {lhs} {rhs} 564 |:noreabbrev| :norea[bbrev] [lhs] [rhs] like ":ab", but don't remap [rhs] 862 'remap' allow mappings to work recursively
|
| H A D | vi_diff.txt | 1092 'remap' allow mappings to work recursively
|
| H A D | change.txt | 1337 filled in and the <Drop> pseudo key is sent for notification. You can remap
|
| H A D | usr_41.txt | 2574 :noremap <script> Only remap mappings defined in this script that start
|
| H A D | tags | 830 'remap' options.txt /*'remap'*
|
| H A D | pi_netrw.txt | 1277 Otherwise, one may remap a key combination of one's own choice to get
|
| H A D | options.txt | 6120 *'remap'* *'noremap'* 6121 'remap' boolean (default on)
|
| H A D | eval.txt | 4821 'n' Do not remap keys.
|
| /vim-8.2.3635/nsis/ |
| H A D | gvim.nsi | 510 StrCpy $1 "$1 -vimrc-remap no" 512 StrCpy $1 "$1 -vimrc-remap win"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal.vim | 911 func TerminalTmap(remap) argument 917 if a:remap 929 if a:remap
|
| H A D | test_mapping.vim | 1401 " Test for using <script> with a map to remap characters in rhs
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 152 set remap
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1002 call <SID>AddOption("remap", gettext("recognize mappings in mapped keys")) 1003 call <SID>BinOptionG("remap", &remap)
|