Lines Matching refs:This
116 influence what will be inserted. This is different from what
149 This differs when the register contains characters like <BS>.
195 restored in the next line. This is useful when inserting a
220 CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
240 This command is only available when the 'allowrevins' option
273 (unless 'revins' is set). This is a comma separated list of items:
289 previous line. This effectively deletes the <EOL> in front of the cursor.
293 entered directly. This way you can enter any character, except a line break
305 which case the character typed after the number must be a non-digit. This
342 and then restart insertion. This means you can do something without getting
343 out of Insert mode. This is very handy if you prefer to use the Insert mode
410 sourcing a script. This makes mappings work that briefly switch to Insert
423 This redefines the backspace key to start a new undo sequence. You can now
429 This breaks undo at each line break. It also expands abbreviations before
444 This makes it possible to use the cursor keys in Insert mode, without breaking
504 current insert command. This is mostly Vi-compatible.
535 the beginning of a line and 'tabstop' positions in other places. This means
543 positions. This feels like 'tabstop' was set to 'softtabstop', but a real
572 added are deleted. This is effectively a character-at-a-time undo.
605 replaced. This still works in conjunction with 'smartindent', CTRL-T and
617 This mode is very useful for editing <Tab> separated columns in tables, for
624 keyword or line that has been typed. This is useful if you are using
645 All these, except CTRL-N and CTRL-P, are done in CTRL-X mode. This is a
667 Note: The keys that are valid in CTRL-X mode are not mapped. This allows for
685 |i_CTRL-R|) will not exit CTRL-X mode. This is primarily to allow the use of
717 CTRL-P Search backwards for next matching line. This line
720 CTRL-N Search forward for next matching line. This line
740 CTRL-N Search forward for next matching keyword. This
743 CTRL-P Search backwards for next matching keyword. This
757 length of the matched string. This works like typing the characters of the
786 the text just expanded and further expand by getting an extra word. This is
811 cursor. This is like CTRL-N, but only the dictionary
813 keyword is inserted in front of the cursor. This
821 CTRL-N Search forward for next matching keyword. This
824 CTRL-P Search backwards for next matching keyword. This
839 CTRL-N Search forward for next matching keyword. This
842 CTRL-P Search backwards for next matching keyword. This
908 CTRL-N Search forwards for next matching keyword. This
914 CTRL-P Search backward for previous matching keyword. This
932 CTRL-N Search forwards for next matching tag. This tag
935 CTRL-P Search backward for previous matching tag. This tag
949 CTRL-N Search forwards for next matching file name. This
953 This file name replaces the previous matching file
969 CTRL-N Search forwards for next matching macro name. This
974 This macro name replaces the previous matching macro
985 completes an Ex command as well as its arguments. This is useful when writing
994 CTRL-N Search forwards for next match. This match replaces
997 CTRL-P Search backwards for previous match. This match
1001 CTRL-V. This allows mapping a key to do Vim command
1015 CTRL-N Use the next match. This match replaces the previous
1018 CTRL-P Use the previous match. This match replaces the
1025 'omnifunc' option. This is to be used for filetype-specific completion.
1036 CTRL-N Use the next match. This match replaces the previous
1039 CTRL-P Use the previous match. This match replaces the
1058 CTRL-N Use the next suggestion. This replaces the previous
1061 CTRL-P Use the previous suggestion. This replaces the
1079 CTRL-N Search forward for next matching keyword. This
1082 CTRL-P Search backwards for next matching keyword. This
1099 This applies to 'completefunc', 'thesaurusfunc' and 'omnifunc'.
1110 number between zero and the cursor column "col('.')". This involves looking
1141 |v:none|. This is useful to implement asynchronous completion with
1189 This is useful for function arguments. Use a single space for "info" to
1195 Then the 'completepopup' option specifies the properties of the popup. This
1217 |popup_show()| must be called once it has been filled with the info. This can
1235 The "kind" item uses a single letter to indicate the kind of completion. This
1330 state. This doesn't change the list of matches.
1340 the cursor. This reduces the list of matches, often to one
1348 before the cursor. This may find more matches.
1426 from the tags file directly. This works for any identifier, also function
1432 This means only members valid for the variable will be listed.
1489 Note that b:html_omni_flavor may point to a file with any XML data. This
1592 - Vim will load/evaluate code in order to provide completions. This may
1593 cause some code execution, which may be a concern. This is no longer
1597 classes to the completion results. This feature is turned off by default,
1689 on word characters. This can be controlled adding the following to your
1694 This function can be used to request a List of syntax items. When editing a
1738 the SQL completion plugin can also be enabled. This allows you to complete
1795 This example would be put in the "autoload/xml/crippled.vim" file and could
1921 This uses the |'^| mark. It's different from "`^i"
1975 two backslashes. This means that the number of backslashes is halved, but
1990 This command does not work from |:normal|.
2047 If a file name is given with ":r", it becomes the alternate file. This can be
2048 used, for example, when you want to edit that file instead: ":e! #". This can
2052 This is useful when the ":read" command is actually used to read a file into
2071 <CR>. This is to avoid confusion with a <NL> which is used to represent a
2088 This command reads "binfile", uuencodes it and reads it into the current