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 Tab or Shift+Tab 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