commit
6282204fc6
1 changed files with 2 additions and 2 deletions
|
@ -226,15 +226,15 @@ Set hint characters
|
|||
#### `complete` property
|
||||
|
||||
Set completion items on `open`, `tabopen` `winopen` commands.
|
||||
The allowed value is character sequence of `s`, `b`, or `h`.
|
||||
Hit <kbd>Tab</kbd> or <kbd>Shift</kbd>+<kbd>Tab</kbd> to Select an item from the completion list.
|
||||
The allowed value is character sequence of `s`, `b`, or `n`.
|
||||
Each character presents as following:
|
||||
- `s`: search engines
|
||||
- `b`: bookmark items
|
||||
- `h`: history items.
|
||||
|
||||
```
|
||||
:set complete=sbn
|
||||
:set complete=sbh
|
||||
```
|
||||
|
||||
### Search engines
|
||||
|
|
Reference in a new issue