diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-01-16 06:54:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 06:54:01 +0900 |
commit | 6282204fc64902232b8a8cb181b2eadb0f8097bf (patch) | |
tree | 7988a13b7bc1a4d4d426adb56e112ef254707e1d /README.md | |
parent | 58299e2d45022dbc625b1a9273bd222a0bffb687 (diff) | |
parent | a6f82471c0126452cadfc4977d37b5e2ed6094d1 (diff) |
Merge pull request #524 from tsia/patch-1
fixed typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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 |