| /vim-8.2.3635/runtime/ |
| H A D | macmap.vim | 9 " <special> in mappings. 13 imap <special> <D-n> <C-O><D-n> 14 cmap <special> <D-n> <C-C><D-n> 15 omap <special> <D-n> <Esc><D-n> 19 imap <special> <D-o> <C-O><D-o> 20 cmap <special> <D-o> <C-C><D-o> 42 nnoremap <special> <D-z> u 48 vnoremap <special> <D-x> "+x 50 vnoremap <special> <D-c> "+y 65 nnoremap <special> <D-f> / [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_pyx3.vim | 42 " No special comments nor shebangs 48 " Python 3 special comment 61 " Python 2 special comment
|
| H A D | test_pyx2.vim | 42 " No special comments nor shebangs 48 " Python 2 special comment 61 " Python 3 special comment
|
| H A D | test_fnameescape.vim | 1 " Test if fnameescape is correct for special chars like !
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | map.txt | 17 1.5 Mapping special keys |:map-special-keys| 18 1.6 Special characters |:map-special-chars| 215 *:map-<special>* *:map-special* 219 :map <special> <F12> /Header<CR> 323 be seen as a special key. 546 1.5 MAPPING SPECIAL KEYS *:map-special-keys* 548 There are three ways to map a special key: 586 1.6 SPECIAL CHARACTERS *:map-special-chars* 814 special key: > 910 character 8. And many more special keys. [all …]
|
| H A D | usr_24.txt | 20 |24.8| Entering special characters 75 This uses special keys to move around, while remaining in Insert mode. This 79 These special keys are most useful when writing a mapping that doesn't 94 There are a few more, see |ins-special-special|. 174 A special option for completion is 'infercase'. This is useful to find 364 If the register contains characters such as <BS> or other special characters, 494 *24.8* Entering special characters 497 words, any special meaning the character has, it will be ignored. For 508 terminals, because it has a special meaning. 580 Another way to insert special characters is with a keymap. More about that
|
| H A D | cmdline.txt | 21 6. Ex special characters |cmdline-special| 32 other special keys, you can use ":cnoremap" to define another key for them. 80 When |modifyOtherKeys| is enabled then special Escape sequence 136 enter digraph (see |digraphs|). When {char1} is a special 413 and these have a special meaning in some macros.) When typed 835 6. Ex special characters *cmdline-special* 838 to insert special things while typing you can use the CTRL-R command. For 886 To avoid the special meaning of '%' and '#' insert a backslash before it. 896 Note: these are typed literally, they are not special keys! 1008 :S Escape special characters for use with a shell command (see [all …]
|
| H A D | os_win32.txt | 98 is special. The effective number of backslashes is halved, rounded 104 " is a special double quote 106 \\" is a literal backslash and a special double quote 108 \\\\" is 2 literal backslashes and a special double quote 175 There was a special version of gvim that runs under Windows 3.1 and 3.11. 291 To avoid this special treatment, use ":! start".
|
| H A D | insert.txt | 16 1. Special keys |ins-special-keys| 17 2. Special special keys |ins-special-special| 31 1. Special keys *ins-special-keys* 100 Enter digraph (see |digraphs|). When {char1} is a special 133 special keys. E.g., you can use this to move 199 CTRL-V Insert next non-digit literally. For special keys, the 207 When |modifyOtherKeys| is enabled then special Escape sequence 339 2. Special special keys *ins-special-special* 1338 In the first state these keys have a special meaning: 1342 Any non-special character: [all …]
|
| H A D | gui.txt | 442 There is a special register for storing this selection, it is the "* 624 The special text <Cmd> begins a "command menu", it executes the command 667 "<silent>" may also appear just after "<special>" or "<script>". 669 *:menu-<special>* *:menu-special* 670 Define a menu with <> notation for special keys, even though the "<" flag 673 :menu <special> Search.Header /Header<CR> 674 "<special>" must appear as the very first argument to the ":menu" command or 681 argument to the ":menu" command or just after "<silent>" or "<special>". 753 The toolbar is defined as a special menu called ToolBar, which only has one 1195 - Typing ^V followed by a special key in the GUI will insert "<Key>", since [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 171 " `letfn` is a special-special-case. 191 " don't use special-case formatting. 227 " Get rid of special case. 271 " - Check whether we are in a special position after a word in 272 " g:clojure_special_indent_words. These are special cases.
|
| H A D | javascript.vim | 39 \ 'syng_strcom': 'string\|comment\|regex\|special\|doc\|template\%(braces\)\@!', 40 \ 'syng_str': 'string\|template\|special' } 42 " au! Filetype javascript let b:syng_str = '^\%(.*template\)\@!.*string\|special' 43 " au! Filetype javascript let b:syng_strcom = '^\%(.*template\)\@!.*string\|comment\|regex\|special…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ptcap.vim | 35 " Escaped characters receive special highlighting 56 " Some terminal capabilites have special names like `#5' and `@1', and we 57 " need special rules to match these properly
|
| H A D | sl.vim | 11 " A bunch of useful Renderman keywords including special 21 " Highlight special characters (those which have a backslash) differently 51 " need to use a special type of slString: slCommentString, which also ends on
|
| H A D | dirpager.vim | 26 " b Block special file. 27 " c Character special file.
|
| H A D | abel.vim | 62 " string constants and special characters within them 73 " special characters 109 " special constants
|
| H A D | jproperties.vim | 27 " we take special efforts to pick out only "id=value" and "id:value" forms 71 " catch the bizarre case of no identifier; a special case of delimiter 101 " \uABCD are unicode special characters
|
| H A D | tads.vim | 11 " global, self, etc. are special *objects*, not functions. They should 12 " probably be a different color than the special functions 49 " Highlight special characters (those which have a backslash) differently
|
| H A D | dylan.vim | 20 " Highlight special characters (those that have backslashes) differently 36 " Matching rules for special forms
|
| H A D | cupl.vim | 73 " but assign them no special highlighting except for the .. operator 76 " other special characters
|
| H A D | lout.vim | 38 " Some special keywords 67 " The NULL object has a special meaning
|
| H A D | dtd.vim | 72 " ...and finally, special cases. 114 " ENTITY has to treated special for not overriding <!ENTITY
|
| H A D | indent.vim | 106 \ -nss --dont-space-special-semicolon 121 \ -ss --space-special-semicolon
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | README.txt | 12 In special situations you might want to make changes by hand. Check these 37 In special situations you might want to uninstall by hand:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | syntaxcomplete.vim | 388 " For the matched group name, strip off any of the regex special 678 " Strip the special option keywords first 747 " Escape special regex characters 750 " only `]', `\', `-' and `^' are special: 765 " Escape special regex characters 768 " only `]', `\', `-' and `^' are special:
|