Lines Matching refs:used

34 The default value for 'backup' used to be on.  This resulted in a backup file
47 The extension for the backup file used to be ".bak". Since other programs
76 "vim -w scriptout" used to append to the scriptout file. Since this was
113 When ^H is not recognized as <BS> or <Del>, it is used like a backspace.
119 When the 'b' flag is present in 'cpoptions', the backslash cannot be used to
121 Vi-compatible. If you work in Vi-compatible mode and had used "\|" to include
129 one-byte code was used to represent a key. This caused problems with
130 different characters sets that also used these codes. In 4.0 a three-byte
131 code is used that cannot be confused with a character. |key-notation|
133 If you have used the single-byte key codes in your vimrc for mappings, you
136 the table below. The table also lists the old name, as it was used in the 3.0
139 The key names in <> can be used in mappings directly. This makes it possible
194 (not used) 0x9e 158 0xce 206
195 (not used) 0x9f 159 0xcf 207
203 the termcap name. Normally these options are not used, unless you have a
278 format that matches is used. The default values have been adjusted to catch
288 The 'graphic' option was used to make the characters between <~> and 0xa0
319 is used for reverse highlighting, which is what 'i' used to be. Normally you
321 terminals and reverse mode is used as a fallback. |'highlight'|
341 In Visual mode, "v", "V", and "CTRL-V" used to end Visual mode. Now this
343 type of Visual mode is changed. Now only ESC can be used in all circumstances
350 CTRL-B in Insert mode used to toggle the 'revins' option. If you don't know