aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5309867..8ed8deb 100644
--- a/README.md
+++ b/README.md
@@ -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