Merge pull request #523 from tsia/patch-2
added Hint how to select items from the completion list
This commit is contained in:
commit
58299e2d45
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ Set hint characters
|
||||||
#### `complete` property
|
#### `complete` property
|
||||||
|
|
||||||
Set completion items on `open`, `tabopen` `winopen` commands.
|
Set completion items on `open`, `tabopen` `winopen` commands.
|
||||||
|
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`.
|
The allowed value is character sequence of `s`, `b`, or `n`.
|
||||||
Each character presents as following:
|
Each character presents as following:
|
||||||
- `s`: search engines
|
- `s`: search engines
|
||||||
|
|
Reference in a new issue