aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-01-16 06:54:01 +0900
committerGitHub <noreply@github.com>2019-01-16 06:54:01 +0900
commit6282204fc64902232b8a8cb181b2eadb0f8097bf (patch)
tree7988a13b7bc1a4d4d426adb56e112ef254707e1d /README.md
parent58299e2d45022dbc625b1a9273bd222a0bffb687 (diff)
parenta6f82471c0126452cadfc4977d37b5e2ed6094d1 (diff)
Merge pull request #524 from tsia/patch-1
fixed typo in README
Diffstat (limited to 'README.md')
-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