From db9dae9db16473b860c0a1b7ae3756f1a8781f5a Mon Sep 17 00:00:00 2001 From: ryanss Date: Sat, 5 Sep 2015 23:59:00 -0400 Subject: Add basic search Plugin will now display search results from Algolia search API when optional argument passed to `:HackerNews` command is not an alternative page name (ask, show, etc) or item id. Currently only sorted by popularity with no ability to sort other ways. Close #26 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b15ad65..09a16a4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Basic Usage * Open the Hacker News front page in Vim by executing the `:HackerNews` command * The HackerNews command takes an optional parameter to view items other than the top stories on the front page: `ask`, `show`, `shownew`, `jobs`, - `best`, `active`, `newest`, `noobstories`, or `item id` + `best`, `active`, `newest`, `noobstories`, ``, or `` * Press lowercase `o` to open links in Vim * Press uppercase `O` to open links in default web browser * Numbered lines with story titles on the front page link to the story url -- cgit v1.2.3