Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

added Hint how to select items from the completion list #523

Merged
merged 1 commit into from
Jan 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ Set hint characters
#### `complete` property

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`.
Each character presents as following:
- `s`: search engines
Expand Down